From 76f07de64b397bab011f2a4a2b44fd741beee458 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 23 Feb 2023 22:20:22 +0200 Subject: displayapp: Make Cst816S 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 062ba5dd..12d00fe6 100644 --- a/src/displayapp/DisplayAppRecovery.cpp +++ b/src/displayapp/DisplayAppRecovery.cpp @@ -12,7 +12,7 @@ using namespace Pinetime::Applications; DisplayApp::DisplayApp(Drivers::St7789& lcd, Components::LittleVgl& /*lvgl*/, - Drivers::Cst816S& /*touchPanel*/, + const Drivers::Cst816S& /*touchPanel*/, const Controllers::Battery& /*batteryController*/, Controllers::Ble& bleController, Controllers::DateTime& /*dateTimeController*/, -- cgit v1.2.3-70-g09d2