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:
parent
b9974b8417
commit
fe942d6f1d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user