X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f90913e2ac7938728beed9065f34b7d4c7593513..f3ff831f3be88834579fc9a0ce17f24745650faf:/include/wx/os2/apptbase.h 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 };