diff options
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ cDynamiteStatus::cDynamiteStatus(int StartupChannel) isyslog("dynamite: startup channel is %d", startupChannel); } -void cDynamiteStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber) +void cDynamiteStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView) { if ((ChannelNumber == 0) || startupChannelSet || (startupChannel < 0) || (switchCount > 1)) return; |