From 255b07094b949b695829080c4709656d741d881b Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 23 Feb 2023 22:24:07 +0200 Subject: displayapp: Make Ble references const --- src/displayapp/screens/WatchFaceInfineat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/displayapp/screens/WatchFaceInfineat.h') diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h index 0da286a4..7091d98b 100644 --- a/src/displayapp/screens/WatchFaceInfineat.h +++ b/src/displayapp/screens/WatchFaceInfineat.h @@ -24,7 +24,7 @@ namespace Pinetime { WatchFaceInfineat(DisplayApp* app, Controllers::DateTime& dateTimeController, const Controllers::Battery& batteryController, - Controllers::Ble& bleController, + const Controllers::Ble& bleController, Controllers::NotificationManager& notificationManager, Controllers::Settings& settingsController, Controllers::MotionController& motionController, @@ -102,7 +102,7 @@ namespace Pinetime { Controllers::DateTime& dateTimeController; const Controllers::Battery& batteryController; - Controllers::Ble& bleController; + const Controllers::Ble& bleController; Controllers::NotificationManager& notificationManager; Controllers::Settings& settingsController; Controllers::MotionController& motionController; -- cgit v1.2.3-70-g09d2