summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingTimeFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/settings/SettingTimeFormat.h')
-rw-r--r--src/displayapp/screens/settings/SettingTimeFormat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/settings/SettingTimeFormat.h b/src/displayapp/screens/settings/SettingTimeFormat.h
index df08a944..9203b45b 100644
--- a/src/displayapp/screens/settings/SettingTimeFormat.h
+++ b/src/displayapp/screens/settings/SettingTimeFormat.h
@@ -11,14 +11,14 @@ namespace Pinetime {
namespace Screens {
class SettingTimeFormat : public Screen {
- public:
+ public:
SettingTimeFormat(DisplayApp* app, Pinetime::Controllers::Settings& settingsController);
~SettingTimeFormat() override;
bool Refresh() override;
void UpdateSelected(lv_obj_t* object, lv_event_t event);
- private:
+ private:
Controllers::Settings& settingsController;
uint8_t optionsTotal;
lv_obj_t* cbOption[2];