]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix (another typo...)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Mar 1999 19:39:02 +0000 (19:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Mar 1999 19:39:02 +0000 (19:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/socket.cpp

index 3170622f400f39ef9fc4b62559ceffa9358f0b1d..d3268834b23ce4cb177414e3714c5c210460ac10 100644 (file)
@@ -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