From 551a6c64bb40692f6dd5ae86c309eb22ddfa20c5 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 20 Oct 2001 08:02:15 +0000 Subject: [PATCH] removed duplicated DYNCLASS macro git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/frame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/mac/frame.h b/include/wx/mac/frame.h index 7f1c6ff07d..39498bd06b 100644 --- a/include/wx/mac/frame.h +++ b/include/wx/mac/frame.h @@ -28,7 +28,8 @@ class WXDLLEXPORT wxMenuBar; class WXDLLEXPORT wxStatusBar; class WXDLLEXPORT wxMacToolTip ; -class WXDLLEXPORT wxFrame: public wxFrameBase { +class WXDLLEXPORT wxFrame: public wxFrameBase +{ public: // construction wxFrame() { Init(); } -- 2.50.0