diff options
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; |