]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/gsockmac.h
Lots of fixes/cleanups for OSX taskbar
[wxWidgets.git] / include / wx / mac / carbon / gsockmac.h
index 570e2db556c8f66f5ec0b145833443a8dc7b96ec..49bd37d0332850b20957b3593be905c61920d665 100644 (file)
@@ -33,7 +33,7 @@ class GSocket
 public:
     GSocket();
     ~GSocket();
-    bool IsOK() { return m_ok; }
+    bool IsOk() { return m_ok; }
 
     void Shutdown();
     GSocketError SetLocal(GAddress *address);