From: Vadim Zeitlin Date: Fri, 12 Mar 1999 19:39:02 +0000 (+0000) Subject: compilation fix (another typo...) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/23f6fd7bf3c66173b1538d70836e3c5a884e02ed compilation fix (another typo...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 3170622f40..d3268834b2 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -539,7 +539,7 @@ void wxSocketBase::Discard() #if wxHAVE_GLIBC2 typedef socklen_t SOCKLEN_T; #else - typedef int SOCKET_T; + typedef int SOCKLEN_T; #endif #endif // SOCKLEN_T