]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicated DYNCLASS macro
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 20 Oct 2001 08:02:15 +0000 (08:02 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 20 Oct 2001 08:02:15 +0000 (08:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/frame.h

index 7f1c6ff07d13f69b5d92340ec5c13364cde6d02d..39498bd06bb4df241c15538cf4ccf474a7fab42f 100644 (file)
@@ -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(); }