summaryrefslogtreecommitdiff
path: root/txtrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'txtrecv.h')
-rw-r--r--txtrecv.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/txtrecv.h b/txtrecv.h
index 3468b6e..2558bb5 100644
--- a/txtrecv.h
+++ b/txtrecv.h
@@ -176,11 +176,7 @@ private:
bool storeTopText;
Storage* storage;
protected:
- virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber
-#if APIVERSNUM >= 10726
- , bool LiveView
-#endif
- );
+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
public:
cTxtStatus(bool storeTopText, Storage* storage);
~cTxtStatus();