]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/gsockunx.h
More samples makefiles
[wxWidgets.git] / src / unix / gsockunx.h
index 34bf8a6c82b8f2c291990c71de421ebc3a4b4fc8..79321a2374f52e7cf4a7dd44e43b7c0ba9240c30 100644 (file)
@@ -25,7 +25,7 @@ struct _GSocket {
   GAddress *m_local, *m_peer;
   GSocketError m_error;
 
-  bool m_blocking, m_server, m_stream, m_oriented;
+  bool m_non_blocking, m_server, m_stream, m_oriented;
   unsigned long m_timeout;
 
   /* Callbacks */