diff options
author | anbr <vdr07@deltab.de> | 2017-04-02 20:06:39 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2017-04-02 20:06:39 +0200 |
commit | c272bcc8c3f3d7cd66603e5d71ad3811f0cdfc5a (patch) | |
tree | 1888ed19286782d719dd8a168a77e1272f140c16 /watch.h | |
parent | 6a03b80df7f18ebb06f160fbe1d2ef3061c4b97a (diff) | |
download | vdr-plugin-imonlcd-master.tar.gz vdr-plugin-imonlcd-master.tar.bz2 |
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |