summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Error.h
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2022-05-09 17:16:08 +0200
committerRiku Isokoski <riksu9000@gmail.com>2022-06-05 09:15:46 +0300
commit7f45538eb53235ab4015fcf13533796c8759c7bc (patch)
tree79d9a2f60e8fb13cb5356bcc5c6e93259449530b /src/displayapp/screens/Error.h
parent718fbdab98ae80923a548ac03b7843f5d618a4f6 (diff)
Apply clang-format to all C++ files
Diffstat (limited to 'src/displayapp/screens/Error.h')
-rw-r--r--src/displayapp/screens/Error.h1
1 files changed, 1 insertions, 0 deletions
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;
};