diff options
Diffstat (limited to 'txtrecv.h')
-rw-r--r-- | txtrecv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ protected: virtual void Receive(uchar *Data, int Length); virtual void Action(); public: - cTxtReceiver(int TPid, tChannelID chan, bool storeTopText, Storage* storage); + cTxtReceiver(const cChannel* chan, bool storeTopText, Storage* storage); virtual ~cTxtReceiver(); virtual void Stop(); }; |