From 8c7be1fbb1d172ffc5cf99ec2b013f11f35dc421 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Tue, 11 Oct 2022 21:11:23 +0200 Subject: CheckboxList : fix formatting. --- src/displayapp/screens/CheckboxList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/displayapp/screens/CheckboxList.h') diff --git a/src/displayapp/screens/CheckboxList.h b/src/displayapp/screens/CheckboxList.h index 1bdb89d2..f9c3bae0 100644 --- a/src/displayapp/screens/CheckboxList.h +++ b/src/displayapp/screens/CheckboxList.h @@ -20,14 +20,14 @@ namespace Pinetime { const char* optionsTitle, const char* optionsSymbol, uint32_t originalValue, - std::functionOnValueChanged, + std::function OnValueChanged, std::array options); ~CheckboxList() override; void UpdateSelected(lv_obj_t* object, lv_event_t event); private: const uint8_t screenID; - std::functionOnValueChanged; + std::function OnValueChanged; std::array options; std::array cbOption; std::array pageIndicatorBasePoints; -- cgit v1.2.3-70-g09d2