diff options
Diffstat (limited to 'src/displayapp/screens/ScreenList.h')
| -rw-r--r-- | src/displayapp/screens/ScreenList.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/screens/ScreenList.h b/src/displayapp/screens/ScreenList.h index 6c9a2218..255544b6 100644 --- a/src/displayapp/screens/ScreenList.h +++ b/src/displayapp/screens/ScreenList.h @@ -12,7 +12,8 @@ namespace Pinetime { enum class ScreenListModes { UpDown, RightLeft, LongPress }; - template <size_t N> class ScreenList : public Screen { + template <size_t N> + class ScreenList : public Screen { public: ScreenList(DisplayApp* app, uint8_t initScreen, |
