aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb_ci/dvbci.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb_ci/dvbci.h')
-rw-r--r--lib/dvb_ci/dvbci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.h b/lib/dvb_ci/dvbci.h
index 8fa313e2..4e3fcce2 100644
--- a/lib/dvb_ci/dvbci.h
+++ b/lib/dvb_ci/dvbci.h
@@ -44,7 +44,7 @@ class eDVBCISlot: public iObject, public Object
DECLARE_REF(eDVBCISlot);
int slotid;
int fd;
- eSocketNotifier *notifier;
+ ePtr<eSocketNotifier> notifier;
int state;
std::map<uint16_t, uint8_t> running_services;
eDVBCIApplicationManagerSession *application_manager;