diff options
Diffstat (limited to 'txtrecv.h')
-rw-r--r-- | txtrecv.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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(); |