From: Stefan Neis Date: Fri, 14 Jan 2000 23:06:22 +0000 (+0000) Subject: SN: Removed second of two declarations declaring wxMDIChildFrame friend of X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31bc4fa550b94b93218886bcafc0fdc29d49f622 SN: Removed second of two declarations declaring wxMDIChildFrame friend of wxMDIParentFrame. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/mdi.h b/include/wx/os2/mdi.h index 83de722b34..ba390372c1 100644 --- a/include/wx/os2/mdi.h +++ b/include/wx/os2/mdi.h @@ -102,8 +102,6 @@ protected: bool m_parentFrameActive; private: - friend class WXDLLEXPORT wxMDIChildFrame; - DECLARE_EVENT_TABLE() };