diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-27 01:11:51 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-27 01:11:51 +0000 |
commit | 98738ae8c7841da4851251684319ad8eab0fcfc7 (patch) | |
tree | e040f0ff4f355f7bd8929e5d934f0e783ab754fd /src/xmlmenu.h | |
parent | cc67772793751d5329739ede3da01995a743bca1 (diff) | |
download | vdr-plugin-menuorg-98738ae8c7841da4851251684319ad8eab0fcfc7.tar.gz vdr-plugin-menuorg-98738ae8c7841da4851251684319ad8eab0fcfc7.tar.bz2 |
- more fixes (also bugs left)
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5648 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r-- | src/xmlmenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h index b24baf0..89db4cd 100644 --- a/src/xmlmenu.h +++ b/src/xmlmenu.h @@ -18,8 +18,8 @@ class XmlMenu private: //void createMenu(); // create the Menu Node void parseNode(const Node* a_node, unsigned int Parent, MenuNode *parentNode); - eOSState geteOSState(Glib::ustring* name); // gets the eOSState for the given string - PluginItemAndIndex getPlugin(Glib::ustring* name); // gets the plugin for the given string + eOSState geteOSState(const Glib::ustring& name); // gets the eOSState for the given string + PluginItemAndIndex getPlugin(const Glib::ustring& name); // gets the plugin for the given string public: MenuNode _rootMenuNode; // hold the Menue Node XmlMenu (void); |