X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31c6b4fc1022d33896e9b3d196f462744359e14f..ea804aadf91c963d97a56e152d8372c9e689affe:/src/gtk1/frame.cpp diff --git a/src/gtk1/frame.cpp b/src/gtk1/frame.cpp index a0c6bb403f..365f857639 100644 --- a/src/gtk1/frame.cpp +++ b/src/gtk1/frame.cpp @@ -538,11 +538,11 @@ void wxFrame::Centre( int direction ) Move( x, y ); } -void wxFrame::GetClientSize( int *width, int *height ) const +void wxFrame::DoGetClientSize( int *width, int *height ) const { wxASSERT_MSG( (m_widget != NULL), _T("invalid frame") ); - wxWindow::GetClientSize( width, height ); + wxWindow::DoGetClientSize( width, height ); if (height) { /* menu bar */