From fe942d6f1d8d85c944a322b76838ac94f2b04181 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 16 Aug 2004 02:41:52 +0000 Subject: [PATCH] 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 --- include/wx/mac/carbon/gsockmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2