diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 22:37:17 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 23:08:23 +0100 |
commit | 886bdaa2fc4677a5ed2ecb6aeb67424198e27934 (patch) | |
tree | 3e5d342c13263747391f653466227fab1da3e037 /txtrecv.h | |
parent | 91fdd60185c41dfd1c75fe0f0490d01f4c9d7074 (diff) | |
download | vdr-plugin-osdteletext-886bdaa2fc4677a5ed2ecb6aeb67424198e27934.tar.gz vdr-plugin-osdteletext-886bdaa2fc4677a5ed2ecb6aeb67424198e27934.tar.bz2 |
Fixed problems when switching channels on FF+Budget systems
See: http://www.vdr-portal.de/board/thread.php?postid=728192#post728192
Diffstat (limited to 'txtrecv.h')
-rw-r--r-- | txtrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ protected: public: cTxtReceiver(int TPid, tChannelID chan); virtual ~cTxtReceiver(); + virtual void Stop(); }; class cTxtStatus : public cStatus/*, public cThread*/ { |