X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b23386b266189c7e8561cdf3f6e25642b23c5ab8..40dac23a6acb19fdb7c42e9f229b5774e57fda6b:/src/motif/mdi.cpp?ds=sidebyside diff --git a/src/motif/mdi.cpp b/src/motif/mdi.cpp index 03e7380770..bace16b9f9 100644 --- a/src/motif/mdi.cpp +++ b/src/motif/mdi.cpp @@ -133,7 +133,7 @@ void wxMDIParentFrame::OnSize(wxSizeEvent& event) void wxMDIParentFrame::GetClientSize(int *width, int *height) const { - wxWindow::GetClientSize(width, height); + wxFrame::GetClientSize(width, height); } void wxMDIParentFrame::OnActivate(wxActivateEvent& event) @@ -447,7 +447,7 @@ void wxMDIChildFrame::OnLower() // Set the client size (i.e. leave the calculation of borders etc. // to wxWindows) -void wxMDIChildFrame::SetClientSize(int width, int height) +void wxMDIChildFrame::DoSetClientSize(int width, int height) { wxWindow::DoSetClientSize(width, height); }