X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c393881600ab7e8101ae0dab7645d7c47bec47c8..6a4cbac17af82fdf6b8220b309da74b735d616fb:/include/wx/private/selectdispatcher.h diff --git a/include/wx/private/selectdispatcher.h b/include/wx/private/selectdispatcher.h index 2633b4de48..b444c23d8c 100644 --- a/include/wx/private/selectdispatcher.h +++ b/include/wx/private/selectdispatcher.h @@ -71,7 +71,7 @@ private: static Callback ms_handlers[Max]; }; -class WXDLLIMPEXP_BASE wxSelectDispatcher : public wxFDIODispatcher +class WXDLLIMPEXP_BASE wxSelectDispatcher : public wxMappedFDIODispatcher { public: // returns the unique instance of this class, the pointer shouldn't be @@ -86,7 +86,7 @@ public: // implement pure virtual methods of the base class virtual bool RegisterFD(int fd, wxFDIOHandler *handler, int flags = wxFDIO_ALL); virtual bool ModifyFD(int fd, wxFDIOHandler *handler, int flags = wxFDIO_ALL); - virtual wxFDIOHandler *UnregisterFD(int fd, int flags = wxFDIO_ALL); + virtual bool UnregisterFD(int fd, int flags = wxFDIO_ALL); virtual void RunLoop(int timeout = TIMEOUT_INFINITE); protected: