diff options
author | anbr <vdr07@deltab.de> | 2017-04-02 20:06:20 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2017-04-02 20:06:20 +0200 |
commit | 4891352e9c9691b58d93bd02f7dc602fa1019637 (patch) | |
tree | 1ac84b3f4e072383033683b7dcba419ba4bc05dd /watch.h | |
parent | 014348a24b931cc36c1c8892111f7b13370be530 (diff) | |
download | vdr-plugin-targavfd-master.tar.gz vdr-plugin-targavfd-master.tar.bz2 |
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |