summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
authorsvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 01:41:30 +0000
committersvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 01:41:30 +0000
commitca759e5691df7d907fb523f7a5f3b32a51324892 (patch)
treece885e220bdbd31ecfacedd843ddc4b147f85b11 /src/xmlmenu.h
parent98738ae8c7841da4851251684319ad8eab0fcfc7 (diff)
downloadvdr-plugin-menuorg-ca759e5691df7d907fb523f7a5f3b32a51324892.tar.gz
vdr-plugin-menuorg-ca759e5691df7d907fb523f7a5f3b32a51324892.tar.bz2
again fixes (~3 bugs left)
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5649 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
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
};