diff options
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceAnalog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 051dd3cc..25438384 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -27,7 +27,7 @@ namespace Pinetime { WatchFaceAnalog(DisplayApp* app, Controllers::DateTime& dateTimeController, const Controllers::Battery& batteryController, - Controllers::Ble& bleController, + const Controllers::Ble& bleController, Controllers::NotificationManager& notificationManager, Controllers::Settings& settingsController); @@ -75,7 +75,7 @@ namespace Pinetime { const Controllers::DateTime& dateTimeController; const Controllers::Battery& batteryController; - Controllers::Ble& bleController; + const Controllers::Ble& bleController; Controllers::NotificationManager& notificationManager; Controllers::Settings& settingsController; |
