X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d89be097be4a9ac52166c5f47cc189c5522d3441..f24b1a713e78a462c279c8fcb10e0a1d1b9b9caa:/lib/driver/avswitch.h diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index cc92e20e..8fdafdd1 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -10,7 +10,7 @@ class eAVSwitch: public Object { static eAVSwitch *instance; int m_video_mode; - eSocketNotifier *m_fp_notifier; + ePtr m_fp_notifier; void fp_event(int what); int m_fp_fd; #ifdef SWIG