diff options
Diffstat (limited to 'src/displayapp/screens/List.h')
| -rw-r--r-- | src/displayapp/screens/List.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/List.h b/src/displayapp/screens/List.h index 88ef28e..d3f10a5 100644 --- a/src/displayapp/screens/List.h +++ b/src/displayapp/screens/List.h @@ -24,7 +24,7 @@ namespace Pinetime { uint8_t numScreens, DisplayApp* app, Controllers::Settings& settingsController, - std::array<Applications, MAXLISTITEMS>& applications); + const std::array<Applications, MAXLISTITEMS>& applications); ~List() override; void OnButtonEvent(lv_obj_t* object, lv_event_t event); |
