summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r--src/xmlmenu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index 89db4cd..907a168 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -21,8 +21,7 @@ class XmlMenu
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);
+ MenuNode _rootMenuNode; // hold the Menue Nodes
void loadXmlMenu(); // load the xmlfile
};