diff --git a/src/common/sckipc.cpp b/src/common/sckipc.cpp index 2576b3dc14..79e5ce5d46 100644 --- a/src/common/sckipc.cpp +++ b/src/common/sckipc.cpp @@ -119,7 +119,7 @@ GetAddressFromName(const wxString& serverName, const wxString& host = _T("")) class wxTCPEventHandler : public wxEvtHandler { public: - wxTCPEventHandler() : wxEvtHandler() {}; + wxTCPEventHandler() : wxEvtHandler() {} void Client_OnRequest(wxSocketEvent& event); void Server_OnRequest(wxSocketEvent& event);