summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'status.h')
-rw-r--r--status.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.h b/status.h
index ece85e2..55673d8 100644
--- a/status.h
+++ b/status.h
@@ -14,7 +14,12 @@ class cStatusBlock : public cStatus {
private:
protected:
+#if VDRVERSNUM < 10726
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
+#else
+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
+#endif
+
virtual void Replaying(const cControl *Control,
const char *Name,
const char *FileName, bool On);