summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2017-04-02 20:06:39 +0200
committeranbr <vdr07@deltab.de>2017-04-02 20:06:39 +0200
commitc272bcc8c3f3d7cd66603e5d71ad3811f0cdfc5a (patch)
tree1888ed19286782d719dd8a168a77e1272f140c16 /watch.h
parent6a03b80df7f18ebb06f160fbe1d2ef3061c4b97a (diff)
downloadvdr-plugin-imonlcd-master.tar.gz
vdr-plugin-imonlcd-master.tar.bz2
Drop legacy code prior vdr 1.7.3HEADmaster
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/watch.h b/watch.h
index 22bce2c..e6ce9aa 100644
--- a/watch.h
+++ b/watch.h
@@ -98,7 +98,11 @@ private:
unsigned int m_nIconsForceOff;
unsigned int m_nIconsForceMask;
+#if APIVERSNUM >= 20302
const cControl *m_pControl;
+#else
+ cControl *m_pControl;
+#endif
tChannelID chID;
tEventID chEventID;