summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r--src/xmlmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index 3775e9c..4cac005 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -10,8 +10,8 @@ class XmlMenu
{
private:
//void createMenu(); // create the Menu Node
- void parseNode(const Element* a_node, MenuNode* menuNode);
- eOSState geteOSState(const Glib::ustring& name); // gets the eOSState for the given string
+ void ParseElement(const Element* a_node, MenuNode* menuNode);
+ eOSState geteOSState(std::string name); // gets the eOSState for the given string
bool FindPluginByName(std::string name, const char** mainMenuEntry, int& pluginIndex); // gets the plugin for the given string
MenuNode* _subMenu[30]; // holds the submenus
int MenuCount;