better solution to add possibility to delete eSocketNotifiers,
[enigma2.git] / lib / driver / avswitch.h
index cc92e20e42be80a1580956e6da3c14b066746395..8fdafdd1b4faab33f14999fccdf172dd185bf68d 100644 (file)
@@ -10,7 +10,7 @@ class eAVSwitch: public Object
 {
        static eAVSwitch *instance;
        int m_video_mode;
-       eSocketNotifier *m_fp_notifier;
+       ePtr<eSocketNotifier> m_fp_notifier;
        void fp_event(int what);
        int m_fp_fd;
 #ifdef SWIG