]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicated friend declaration
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 8 May 2001 13:29:54 +0000 (13:29 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 8 May 2001 13:29:54 +0000 (13:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/mdi.h

index ec727aa3310fb30cc9c7d86246808065a2d85dd7..091021d0fc7459f143ddc5c0d841c4c5e7830805 100644 (file)
@@ -28,9 +28,8 @@ class WXDLLEXPORT wxMDIChildFrame;
 
 class WXDLLEXPORT wxMDIParentFrame: public wxFrame
 {
-DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
+  DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
 
-  friend class WXDLLEXPORT wxMDIChildFrame;
 public:
 
   wxMDIParentFrame();