]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 4694aff2dd584409960f338627a0612fee0593d6..5916fda07dbc92658ebb8c045fe51db3cc043fbc 100644 (file)
@@ -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
 };