removed duplicated friend declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,9 +28,8 @@ class WXDLLEXPORT wxMDIChildFrame;
|
|||||||
|
|
||||||
class WXDLLEXPORT wxMDIParentFrame: public wxFrame
|
class WXDLLEXPORT wxMDIParentFrame: public wxFrame
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
|
DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
|
||||||
|
|
||||||
friend class WXDLLEXPORT wxMDIChildFrame;
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
wxMDIParentFrame();
|
wxMDIParentFrame();
|
||||||
|
Reference in New Issue
Block a user