From: Stefan Csomor Date: Sat, 20 Oct 2001 08:02:15 +0000 (+0000) Subject: removed duplicated DYNCLASS macro X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/551a6c64bb40692f6dd5ae86c309eb22ddfa20c5 removed duplicated DYNCLASS macro git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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(); }