From: Gilles Depeyrot Date: Tue, 8 May 2001 13:29:54 +0000 (+0000) Subject: removed duplicated friend declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/10d3680f1aa82bb7b3a206b07de9592cc147e9dc removed duplicated friend declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/mdi.h b/include/wx/mac/mdi.h index ec727aa331..091021d0fc 100644 --- a/include/wx/mac/mdi.h +++ b/include/wx/mac/mdi.h @@ -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();