From f89f6b74f2cf0be61cce56411ed485d2264dd827 Mon Sep 17 00:00:00 2001 From: Alex Bligh Date: Mon, 24 Jul 2006 13:45:18 +0000 Subject: [PATCH] wxAUI: remove spurious semicolons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/framemanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() }; -- 2.45.2