summaryrefslogtreecommitdiff
path: root/mymenusetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mymenusetup.h')
-rw-r--r--mymenusetup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mymenusetup.h b/mymenusetup.h
index e263e7f..325eb5e 100644
--- a/mymenusetup.h
+++ b/mymenusetup.h
@@ -1,6 +1,10 @@
#include <vdr/menu.h>
+#if VDRVERSNUM >= 10713
+extern cNestedItemList RecordingDirCommands;
+#else
extern cCommands RecordingDirCommands;
+#endif
class mySetup
{