]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/mdi.cpp
Don't always maximize top-level windows on Smartphone
[wxWidgets.git] / src / mac / classic / mdi.cpp
index aa298600987cce247a18636cfabf271a3e4035c4..bce41781f0885bd0d068ab91f56cec6411603e93 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:       wxWidgets licence
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -213,7 +213,7 @@ void wxMDIParentFrame::Cascade()
     // TODO
 }
 
-void wxMDIParentFrame::Tile()
+void wxMDIParentFrame::Tile(wxOrientation WXUNUSED(orient))
 {
     // TODO
 }