summaryrefslogtreecommitdiff
path: root/src/SubMenuNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SubMenuNode.h')
-rw-r--r--src/SubMenuNode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SubMenuNode.h b/src/SubMenuNode.h
index aa2299b..b83c841 100644
--- a/src/SubMenuNode.h
+++ b/src/SubMenuNode.h
@@ -38,6 +38,7 @@ class SubMenuNode: public MenuNode
SubMenuNode(std::string text);
virtual ~SubMenuNode();
std::string Text();
+ void Text(std::string newText);
// MenuNode
SubMenuNode* Clone();