aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvbtime.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-30 00:14:17 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-30 00:14:17 +0000
commit978b06eb1a31471ebda868ddf526cb40a38fe652 (patch)
tree1b76dfe3033bd301dec3d9daff52c33415127503 /lib/dvb/dvbtime.h
parent0c59a4279f93f08fe95fca5f2e55f3e025f0cceb (diff)
downloadenigma2-978b06eb1a31471ebda868ddf526cb40a38fe652.tar.gz
enigma2-978b06eb1a31471ebda868ddf526cb40a38fe652.zip
small refcounting fixes, add private operator delete to iObject
Diffstat (limited to 'lib/dvb/dvbtime.h')
-rw-r--r--lib/dvb/dvbtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvbtime.h b/lib/dvb/dvbtime.h
index efb85962..f403ffd4 100644
--- a/lib/dvb/dvbtime.h
+++ b/lib/dvb/dvbtime.h
@@ -49,7 +49,7 @@ class eDVBLocalTimeHandler: public Object
DECLARE_REF(eDVBLocalTimeHandler);
struct channel_data
{
- TDT *tdt;
+ ePtr<TDT> tdt;
ePtr<eDVBChannel> channel;
ePtr<eConnection> m_stateChangedConn;
int m_prevChannelState;