blob: 1a5eca5c4f97b7f9f7c63eea47bbd075894ed549 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Index: b/channelcolumn.h
===================================================================
--- a/channelcolumn.h
+++ b/channelcolumn.h
@@ -20,7 +20,9 @@
const cChannel *channel;
cHeaderGrid *header;
cList<cGrid> grids;
+#if VDRVERSNUM < 20300
cSchedulesLock *schedulesLock;
+#endif
const cSchedules *schedules;
bool hasTimer;
bool hasSwitchTimer;
|