X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ddc3964ed95d01e72229dc9af968a327cd84e56c..ceb5cc3a72671be9d4e9ebe34403beb1cc11cce9:/lib/network/socket.h diff --git a/lib/network/socket.h b/lib/network/socket.h index 08a191f6..9ffc7a78 100644 --- a/lib/network/socket.h +++ b/lib/network/socket.h @@ -26,7 +26,7 @@ private: int writebusy; sockaddr_in serv_addr; protected: - eSocketNotifier *rsn; + ePtr rsn; virtual void notifier(int); public: eSocket(eMainloop *ml);