From: Alex Bligh Date: Mon, 24 Jul 2006 13:45:18 +0000 (+0000) Subject: wxAUI: remove spurious semicolons X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f89f6b74f2cf0be61cce56411ed485d2264dd827 wxAUI: remove spurious semicolons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 199ecd3ea6..1cb0715254 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -151,8 +151,8 @@ private: wxRegion m_Region; - DECLARE_DYNAMIC_CLASS(wxPseudoTransparentFrame); - DECLARE_EVENT_TABLE(); + DECLARE_DYNAMIC_CLASS(wxPseudoTransparentFrame) + DECLARE_EVENT_TABLE() };