diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-06-03 10:23:25 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-04 17:55:05 (GMT) |
| commit | 84f0c705e8cf4cd0823bbd86a31b43fc3a061e6d (patch) | |
| tree | 429d315b9ffeee417a1390fa0fb35d1153bab5c4 /src/displayapp/screens/Tile.h | |
| parent | 3d3a0a1c4ba134d6ece47e24492685bb7d64465b (diff) | |
Use C++17 and preallocate blocks for tiled multi-screen menus
Diffstat (limited to 'src/displayapp/screens/Tile.h')
| -rw-r--r-- | src/displayapp/screens/Tile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Tile.h b/src/displayapp/screens/Tile.h index 4869fef..1d4b7b6 100644 --- a/src/displayapp/screens/Tile.h +++ b/src/displayapp/screens/Tile.h @@ -26,7 +26,7 @@ namespace Pinetime { Controllers::Settings& settingsController, Pinetime::Controllers::Battery& batteryController, Controllers::DateTime& dateTimeController, - std::array<Applications, 6>& applications); + const std::array<Applications, 6>& applications); ~Tile() override; |
