From edcd570a06ed28ffa661fd5e127b6f1729c098a6 Mon Sep 17 00:00:00 2001 From: svntcreutz Date: Fri, 5 Oct 2007 15:08:09 +0000 Subject: added Store()-Procedures to Item-Setups git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6180 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- src/SubMenuNode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SubMenuNode.h') 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(); -- cgit v1.2.3