X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cb50e4b4677abb67ffe9026780861c1b12a0463..8853b9a80e58b01a77700cb28c560ba3c1b033ce:/include/wx/generic/laywin.h diff --git a/include/wx/generic/laywin.h b/include/wx/generic/laywin.h index cc2f79ce8b..b6e89527cd 100644 --- a/include/wx/generic/laywin.h +++ b/include/wx/generic/laywin.h @@ -171,10 +171,10 @@ public: wxLayoutAlgorithm() {} // The MDI client window is sized to whatever's left over. - bool LayoutMDIFrame(wxMDIParentFrame* frame); + bool LayoutMDIFrame(wxMDIParentFrame* frame, wxRect* rect = (wxRect*) NULL); // mainWindow is sized to whatever's left over. - bool LayoutFrame(wxFrame* frame, wxWindow* mainWindow); + bool LayoutFrame(wxFrame* frame, wxWindow* mainWindow = (wxWindow*) NULL); }; #endif