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 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);