]> git.saurik.com Git - wxWidgets.git/commitdiff
Change from IsOK to IsOk to match everything else
authorDavid Elliott <dfe@tgwbd.org>
Mon, 16 Aug 2004 02:41:52 +0000 (02:41 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 16 Aug 2004 02:41:52 +0000 (02:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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);