summaryrefslogtreecommitdiff
path: root/txtrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'txtrecv.h')
-rw-r--r--txtrecv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/txtrecv.h b/txtrecv.h
index 78af3df..0d2614d 100644
--- a/txtrecv.h
+++ b/txtrecv.h
@@ -158,12 +158,12 @@ private:
cTelePage *TxtPage;
void SaveAndDeleteTxtPage();
bool storeTopText;
+ cRingTxtFrames buffer;
Storage *storage;
protected:
virtual void Activate(bool On);
virtual void Receive(uchar *Data, int Length);
virtual void Action();
- cRingTxtFrames buffer;
public:
cTxtReceiver(int TPid, tChannelID chan, bool storeTopText, Storage* storage);
virtual ~cTxtReceiver();