Fix extra semicolon warnings
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
MyServer();
|
||||
virtual ~MyServer();
|
||||
void Disconnect();
|
||||
bool IsConnected() { return m_connection != NULL; };
|
||||
bool IsConnected() { return m_connection != NULL; }
|
||||
|
||||
virtual wxConnectionBase *OnAcceptConnection(const wxString& topic) wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user