X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f90913e2ac7938728beed9065f34b7d4c7593513..f30bd8f2620617ebbd1fd96d00a6fda514ceeb64:/include/wx/os2/apptbase.h diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 4694aff2dd..d1b9b494bd 100644 --- a/include/wx/os2/apptbase.h +++ b/include/wx/os2/apptbase.h @@ -27,11 +27,9 @@ public: // Clean up message queue. virtual void TerminateGui(unsigned long ulHab); + #if wxUSE_SOCKETS - // returns the select()-based socket manager for console applications which - // is also used by some ports (wxX11, wxDFB) in the GUI build (hence it is - // here and not in wxConsoleAppTraits) - virtual GSocketManager *GetSocketManager(); + virtual wxFDIOManager *GetFDIOManager(); #endif };