displayapp: Make Ble references const
This commit is contained in:
parent
76f07de64b
commit
255b07094b
30 changed files with 42 additions and 42 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue