From: David Elliott Date: Mon, 16 Aug 2004 02:41:52 +0000 (+0000) Subject: Change from IsOK to IsOk to match everything else X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fe942d6f1d8d85c944a322b76838ac94f2b04181 Change from IsOK to IsOk to match everything else git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/gsockmac.h b/include/wx/mac/carbon/gsockmac.h index 570e2db556..49bd37d033 100644 --- a/include/wx/mac/carbon/gsockmac.h +++ b/include/wx/mac/carbon/gsockmac.h @@ -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);