summaryrefslogtreecommitdiff
path: root/dispatcher.h
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-05-30 22:18:19 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-05-30 22:18:19 +0200
commit72aef57ce6c300a99e55bcbd19220088a004b747 (patch)
tree72a03bc6857f228b9af8fcd0d028412c3a61d58c /dispatcher.h
parent2e417f06045deac4bcbd98903b424d7ec232c6d0 (diff)
downloadvdr-plugin-audiorecorder-72aef57ce6c300a99e55bcbd19220088a004b747.tar.gz
vdr-plugin-audiorecorder-72aef57ce6c300a99e55bcbd19220088a004b747.tar.bz2
added missing paramater LiveView, bug 1846
Diffstat (limited to 'dispatcher.h')
-rw-r--r--dispatcher.h2
1 files changed, 1 insertions, 1 deletions
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();