summaryrefslogtreecommitdiff
path: root/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'status.cpp')
-rw-r--r--status.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.cpp b/status.cpp
index 2af95fe..cd7c332 100644
--- a/status.cpp
+++ b/status.cpp
@@ -21,7 +21,11 @@ cStatusInfosatepg::~cStatusInfosatepg(void)
if (myFilter) delete myFilter;
}
+#if APIVERSNUM >= 10726
+void cStatusInfosatepg::ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)
+#else
void cStatusInfosatepg::ChannelSwitch(const cDevice *Device, int ChannelNumber)
+#endif
{
if (!ChannelNumber) return;
if (!Device) return; // just to be safe