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
This commit is contained in:
David Elliott 2004-08-16 02:41:52 +00:00
parent b9974b8417
commit fe942d6f1d

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