]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/laywin.h
__MWERKS__ check now doesn't give compilation error with VC++
[wxWidgets.git] / include / wx / generic / laywin.h
index cc2f79ce8bded4650b355fd390e8ae3f1a91d0f9..8383855e1b27daf729d704d3a1346e990d50e866 100644 (file)
@@ -171,7 +171,7 @@ 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);