From 1c4b97382a97a8d2222b3062e12d41aa24d4686f Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 23 Feb 2023 22:16:44 +0200 Subject: displayapp: Make Battery class references const --- src/displayapp/DisplayAppRecovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/displayapp/DisplayAppRecovery.cpp') diff --git a/src/displayapp/DisplayAppRecovery.cpp b/src/displayapp/DisplayAppRecovery.cpp index ecc01e9b..062ba5dd 100644 --- a/src/displayapp/DisplayAppRecovery.cpp +++ b/src/displayapp/DisplayAppRecovery.cpp @@ -13,7 +13,7 @@ using namespace Pinetime::Applications; DisplayApp::DisplayApp(Drivers::St7789& lcd, Components::LittleVgl& /*lvgl*/, Drivers::Cst816S& /*touchPanel*/, - Controllers::Battery& /*batteryController*/, + const Controllers::Battery& /*batteryController*/, Controllers::Ble& bleController, Controllers::DateTime& /*dateTimeController*/, Drivers::WatchdogView& /*watchdog*/, -- cgit v1.2.3-70-g09d2