summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osd.h b/osd.h
index 8cf3cb3..855f81b 100644
--- a/osd.h
+++ b/osd.h
@@ -76,7 +76,7 @@ private:
void StopReplay();
protected:
virtual void Action(void);
- virtual void ChannelSwitch(const cDevice * device, int channelNumber);
+ virtual void ChannelSwitch(const cDevice * device, int channelNumber, bool LiveView);
virtual void OsdStatusMessage(const char * message);
public: