diff options
Diffstat (limited to 'status.cpp')
-rw-r--r-- | status.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |