X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96be256b3e1802de10f45953c41ed33bce399b54..9bb50fd0b04c824fc7ba14c0dc4ba4a2a9a1e6ad:/src/motif/mdi.cpp?ds=inline diff --git a/src/motif/mdi.cpp b/src/motif/mdi.cpp index 1dd473c76e..01baaecd93 100644 --- a/src/motif/mdi.cpp +++ b/src/motif/mdi.cpp @@ -277,7 +277,7 @@ void wxMDIParentFrame::Cascade() // TODO } -void wxMDIParentFrame::Tile() +void wxMDIParentFrame::Tile(wxOrientation WXUNUSED(orient)) { // TODO }