From 7f45538eb53235ab4015fcf13533796c8759c7bc Mon Sep 17 00:00:00 2001 From: Finlay Davidson Date: Mon, 9 May 2022 17:16:08 +0200 Subject: Apply clang-format to all C++ files --- src/displayapp/screens/Error.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/displayapp/screens/Error.h') diff --git a/src/displayapp/screens/Error.h b/src/displayapp/screens/Error.h index 23167545..6dbcc38b 100644 --- a/src/displayapp/screens/Error.h +++ b/src/displayapp/screens/Error.h @@ -13,6 +13,7 @@ namespace Pinetime { ~Error() override; void ButtonEventHandler(); + private: lv_obj_t* btnOk; }; -- cgit v1.2.3