]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckipc.h
Changed value of wxGA_SMOOTH (clashed with wxVERTICAL)
[wxWidgets.git] / include / wx / sckipc.h
index 9cbc4735e5c15b7e65ebe8d1b1fc88201e3b5c34..586b0d06effcf7df94aa475690151552378d1a86 100644 (file)
@@ -63,9 +63,9 @@ protected:
   friend class wxTCPServer;
   friend class wxTCPClient;
   friend void Client_OnRequest(wxSocketBase&,
-                              GSocketEvent, char *);
+                              wxSocketNotify, char *);
   friend void Server_OnRequest(wxSocketServer&,
-                              GSocketEvent, char *);
+                              wxSocketNotify, char *);
 public:
 
   wxTCPConnection(char *buffer, int size);