X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..8cb9f0d0f82650b707adc39823a73531d080ffec:/include/wx/mac/mdi.h?ds=sidebyside diff --git a/include/wx/mac/mdi.h b/include/wx/mac/mdi.h index fc3cf94603..93038739f8 100644 --- a/include/wx/mac/mdi.h +++ b/include/wx/mac/mdi.h @@ -64,7 +64,7 @@ public: // Gets the size available for subwindows after menu size, toolbar size // and status bar size have been subtracted. If you want to manage your own // toolbar(s), don't call SetToolBar. - void GetClientSize(int *width, int *height) const; + void DoGetClientSize(int *width, int *height) const; // Get the active MDI child window (Windows only) wxMDIChildFrame *GetActiveChild() const ;