]> git.saurik.com Git - wxWidgets.git/commitdiff
SN: Removed second of two declarations declaring wxMDIChildFrame friend of
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 23:06:22 +0000 (23:06 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 23:06:22 +0000 (23:06 +0000)
        wxMDIParentFrame.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/mdi.h

index 83de722b3493fd75316ed7926217f81bdd4ad3af..ba390372c156588ba68b3344e56985e14865e75c 100644 (file)
@@ -102,8 +102,6 @@ protected:
     bool m_parentFrameActive;
 
 private:
-    friend class WXDLLEXPORT wxMDIChildFrame;
-
     DECLARE_EVENT_TABLE()
 };