From: Chris Elliott Date: Thu, 25 Oct 2007 11:04:43 +0000 (+0000) Subject: remove extra ';' X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d537baffe90cf5925fed4f5e4d90bb00e7514f9c?ds=sidebyside remove extra ';' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/ipcbase.h b/include/wx/ipcbase.h index 48f4d5c33a..f3987ac4af 100644 --- a/include/wx/ipcbase.h +++ b/include/wx/ipcbase.h @@ -184,9 +184,9 @@ private: bool m_deletebufferwhendone; protected: - bool m_connected; + bool m_connected; - DECLARE_NO_ASSIGN_CLASS(wxConnectionBase); + DECLARE_NO_ASSIGN_CLASS(wxConnectionBase) DECLARE_CLASS(wxConnectionBase) };