From: Włodzimierz Skiba Date: Wed, 13 Oct 2004 14:11:35 +0000 (+0000) Subject: Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d9e9fb523fa2b9535b0f30d9678fe4c7fca03953 Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);