aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/Controllers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/Controllers.h')
-rw-r--r--src/displayapp/Controllers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/Controllers.h b/src/displayapp/Controllers.h
index df6b2284..9992426c 100644
--- a/src/displayapp/Controllers.h
+++ b/src/displayapp/Controllers.h
@@ -20,7 +20,7 @@ namespace Pinetime {
class MotionController;
class AlarmController;
class BrightnessController;
- class WeatherService;
+ class SimpleWeatherService;
class FS;
class Timer;
class MusicService;
@@ -43,7 +43,7 @@ namespace Pinetime {
Pinetime::Controllers::MotionController& motionController;
Pinetime::Controllers::AlarmController& alarmController;
Pinetime::Controllers::BrightnessController& brightnessController;
- Pinetime::Controllers::WeatherService* weatherController;
+ Pinetime::Controllers::SimpleWeatherService* weatherController;
Pinetime::Controllers::FS& filesystem;
Pinetime::Controllers::Timer& timer;
Pinetime::System::SystemTask* systemTask;