From: Vadim Zeitlin Date: Thu, 21 Oct 1999 19:21:43 +0000 (+0000) Subject: compilation fix - as nobody else doesn't seem to want to do it... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fb61df8580bc68747c065a8bc0a633412d8aeecf 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 --- diff --git a/include/wx/socket.h b/include/wx/socket.h index d069f2904f..05bc0c2c46 100644 --- a/include/wx/socket.h +++ b/include/wx/socket.h @@ -95,8 +95,6 @@ public: SPEED = wxSOCKET_BLOCK }; - typedef ::wxSockFlags wxSockFlags; - // Type of request enum wxSockType { SOCK_CLIENT, SOCK_SERVER, SOCK_INTERNAL, SOCK_UNINIT };