summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Modal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DisplayApp/Screens/Modal.h')
-rw-r--r--src/DisplayApp/Screens/Modal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/DisplayApp/Screens/Modal.h b/src/DisplayApp/Screens/Modal.h
index b13b5c60..b5425906 100644
--- a/src/DisplayApp/Screens/Modal.h
+++ b/src/DisplayApp/Screens/Modal.h
@@ -22,8 +22,7 @@ namespace Pinetime {
Modal(DisplayApp* app);
~Modal() override;
- void Show();
- void Show(const std::string& message);
+ void Show(const char* msg);
void Hide();
bool Refresh() override;
@@ -39,7 +38,6 @@ namespace Pinetime {
lv_obj_t *info;
bool running = true;
bool isVisible = false;
- std::string message;
};
}