]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/laywin.h
Further wxUniv fixes
[wxWidgets.git] / include / wx / generic / laywin.h
index 7556ff983d1743abc13bef3113231d083a020ce2..81785a3d6d303f7794d474bc54ecfb0be8fb1d2c 100644 (file)
@@ -198,8 +198,10 @@ class WXDLLEXPORT wxLayoutAlgorithm: public wxObject
 public:
     wxLayoutAlgorithm() {}
 
+#if wxUSE_MDI_ARCHITECTURE
     // The MDI client window is sized to whatever's left over.
     bool LayoutMDIFrame(wxMDIParentFrame* frame, wxRect* rect = (wxRect*) NULL);
+#endif // wxUSE_MDI_ARCHITECTURE
 
     // mainWindow is sized to whatever's left over. This function for backward
     // compatibility; use LayoutWindow.