diff options
Diffstat (limited to 'src/SeparatorMenuNode.h')
-rw-r--r-- | src/SeparatorMenuNode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SeparatorMenuNode.h b/src/SeparatorMenuNode.h index c140eb4..06d9f09 100644 --- a/src/SeparatorMenuNode.h +++ b/src/SeparatorMenuNode.h @@ -36,6 +36,7 @@ class SeparatorMenuNode: public MenuNode public: SeparatorMenuNode(std::string customTitle); std::string CustomTitle(); + void CustomTitle(std::string newCustomTitle); std::string DisplayText(); // MenuNode |