summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Error.h
diff options
context:
space:
mode:
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;
};