]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/sockmsw.cpp
Several corrections to wxDocManager fields documentation.
[wxWidgets.git] / src / msw / sockmsw.cpp
index 7ea56a4ea123ff12fa74b29a1977a36025219fe0..d531813ca68a8c940e147c1485246a67b9b416b3 100644 (file)
@@ -347,7 +347,7 @@ LRESULT CALLBACK wxSocket_Internal_WinProc(HWND hWnd,
                 // only then). Ignore such dummy notifications.
                 {
                     fd_set fds;
-                    timeval tv = { 0 };
+                    timeval tv = { 0, 0 };
 
                     wxFD_ZERO(&fds);
                     wxFD_SET(socket->m_fd, &fds);