summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'status.h')
-rw-r--r--status.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.h b/status.h
index 9fd7043..cfe11c7 100644
--- a/status.h
+++ b/status.h
@@ -20,7 +20,11 @@ private:
cDevice *myFilterDevice;
cGlobalInfosatepg *global;
protected:
+#if APIVERSNUM >= 10726
+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
+#else
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
+#endif
public:
cStatusInfosatepg(cGlobalInfosatepg *Global);
virtual ~cStatusInfosatepg(void);