summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2017-04-02 20:06:20 +0200
committeranbr <vdr07@deltab.de>2017-04-02 20:06:20 +0200
commit4891352e9c9691b58d93bd02f7dc602fa1019637 (patch)
tree1ac84b3f4e072383033683b7dcba419ba4bc05dd /watch.h
parent014348a24b931cc36c1c8892111f7b13370be530 (diff)
downloadvdr-plugin-targavfd-master.tar.gz
vdr-plugin-targavfd-master.tar.bz2
Drop legacy code prior vdr 1.7.3HEADmaster
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/watch.h b/watch.h
index 35445dc..90117e3 100644
--- a/watch.h
+++ b/watch.h
@@ -62,7 +62,12 @@ 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;