summaryrefslogtreecommitdiff
path: root/mymenucommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'mymenucommands.h')
-rw-r--r--mymenucommands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mymenucommands.h b/mymenucommands.h
index 7ba3f01..1ab84d9 100644
--- a/mymenucommands.h
+++ b/mymenucommands.h
@@ -1,7 +1,7 @@
class myMenuCommands:public cOsdMenu
{
private:
-#if VDRVERSNUM >= 10713
+#if VDRVERSNUM > 10713
cList<cNestedItem> *commands;
cString parameters;
cString title;
@@ -15,7 +15,7 @@ class myMenuCommands:public cOsdMenu
#endif
eOSState Execute(void);
public:
-#if VDRVERSNUM >= 10713
+#if VDRVERSNUM > 10713
myMenuCommands(const char *Title, cList<cNestedItem> *Commands, const char *Parameters = NULL);
#else
myMenuCommands(const char *Title, cCommands *Commands, const char *Parameters = NULL);