X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eccec0f887519b0d1ad69cb0fb2fed0687dc6965..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/apptrait.h?ds=sidebyside diff --git a/include/wx/os2/apptrait.h b/include/wx/os2/apptrait.h index cd9fa56e54..d9d1cd8aed 100644 --- a/include/wx/os2/apptrait.h +++ b/include/wx/os2/apptrait.h @@ -4,7 +4,6 @@ // Author: Stefan Neis // Modified by: // Created: 22.09.2003 -// RCS-ID: $Id$ // Copyright: (c) 2003 Stefan Neis // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -50,7 +49,7 @@ public: virtual wxString GetDesktopEnvironment() const; #endif #if wxUSE_SOCKETS - virtual GSocketManager *GetSocketManager(); + virtual wxFDIOManager *GetFDIOManager(); #endif };