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 7602c41..1f1510e 100644
--- a/status.h
+++ b/status.h
@@ -24,7 +24,11 @@ class cVFDStatusMonitor : public cStatus {
public:
cVFDStatusMonitor(cVFDWatch* pDev);
protected:
+#if VDRVERSNUM >= 10726
+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
+#else
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
+#endif
virtual void Recording(const cDevice *pDevice, const char *szName, const char *szFileName, bool bOn);
virtual void Replaying(const cControl *pControl, const char *szName, const char *szFileName, bool bOn);
virtual void SetVolume(int Volume, bool Absolute);