summaryrefslogtreecommitdiff
path: root/osdmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdmenu.h')
-rw-r--r--osdmenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdmenu.h b/osdmenu.h
index b8cf5f1..4c1a650 100644
--- a/osdmenu.h
+++ b/osdmenu.h
@@ -27,7 +27,10 @@ class myOsdMenu : public cOsdMenu
int hh, mm, index;
const cSchedules *schedules;
+
+#if VDRVERSNUM < 20301
cSchedulesLock schedulesLock;
+#endif
void LoadSchedules(int shift);
void GoToDay(int day);