summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-11 15:26:03 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-11 15:26:03 +0000
commit51cf7b47ffd152f62cb187daeec12606bbd57883 (patch)
treed50f92d2cde2985e77ae9e3a18dc13c97a45f859 /src/xmlmenu.h
parentac017fe51eb1a457d8ae87884252ab2f7ed79eee (diff)
downloadvdr-plugin-menuorg-51cf7b47ffd152f62cb187daeec12606bbd57883.tar.gz
vdr-plugin-menuorg-51cf7b47ffd152f62cb187daeec12606bbd57883.tar.bz2
Load menu from menuorg.xml in VDR's plugin config dir
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5676 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r--src/xmlmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index 4342d3d..59cf059 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -10,7 +10,7 @@ namespace xmlpp { class Element; }
class XmlMenu
{
public:
- MenuNode* LoadXmlMenu();
+ MenuNode* LoadXmlMenu(std::string menuFileName);
private:
void ParseElement(const xmlpp::Element* a_node, MenuNode* menuNode);