summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
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;