summaryrefslogtreecommitdiff
path: root/Layout/LayoutHelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/LayoutHelp.h')
-rw-r--r--Layout/LayoutHelp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Layout/LayoutHelp.h b/Layout/LayoutHelp.h
index 58ddf7c..44e70d5 100644
--- a/Layout/LayoutHelp.h
+++ b/Layout/LayoutHelp.h
@@ -11,6 +11,8 @@ class LayoutHelp : public Layout {
void display();
void updateMode(std::string mode);
void updateDescription(std::string description);
+ void updateMsg(std::string msg);
+ void removeMsg();
void updateSw1(std::string s);
void updateSw2(std::string s);
@@ -20,6 +22,7 @@ class LayoutHelp : public Layout {
Field _fMode;
Field _fDesc;
+ Field _fMsg;
Field _fSw1;
Field _fSw2;