X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f90913e2ac7938728beed9065f34b7d4c7593513..51c9c13c05b3aa6e713b7bcfcc027e7ece75541c:/include/wx/os2/apptbase.h?ds=sidebyside diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 4694aff2dd..5916fda07d 100644 --- a/include/wx/os2/apptbase.h +++ b/include/wx/os2/apptbase.h @@ -31,7 +31,7 @@ public: // 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 wxSocketManager *GetSocketManager(); #endif };