From 72aef57ce6c300a99e55bcbd19220088a004b747 Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Fri, 30 May 2014 22:18:19 +0200 Subject: added missing paramater LiveView, bug 1846 --- dispatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatcher.h') diff --git a/dispatcher.h b/dispatcher.h index 0dde64d..256aa67 100644 --- a/dispatcher.h +++ b/dispatcher.h @@ -69,7 +69,7 @@ protected: virtual void Activate(bool on); virtual void Action(void); - virtual void ChannelSwitch(const cDevice *device, int channel_number); + virtual void ChannelSwitch(const cDevice *device, int channel_number, bool LiveView); public: cDispatcher(void); ~cDispatcher(); -- cgit v1.2.3