From d537baffe90cf5925fed4f5e4d90bb00e7514f9c Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 25 Oct 2007 11:04:43 +0000 Subject: [PATCH] remove extra ';' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/ipcbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }; -- 2.49.0