compilation fix - as nobody else doesn't seem to want to do it...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-10-21 19:21:43 +00:00
parent e30d5976c9
commit fb61df8580

View File

@@ -95,8 +95,6 @@ public:
SPEED = wxSOCKET_BLOCK
};
typedef ::wxSockFlags wxSockFlags;
// Type of request
enum wxSockType { SOCK_CLIENT, SOCK_SERVER, SOCK_INTERNAL, SOCK_UNINIT };