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
This commit is contained in:
Stefan Neis 2000-01-14 23:06:22 +00:00
parent 5b10a61949
commit 31bc4fa550

View File

@ -102,8 +102,6 @@ protected:
bool m_parentFrameActive;
private:
friend class WXDLLEXPORT wxMDIChildFrame;
DECLARE_EVENT_TABLE()
};