X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0af07cc24519a07e1948169568c979fea7465ce2..0bdfa38835fa13d142bbe56595123989c798bf31:/src/gtk/dialog.cpp diff --git a/src/gtk/dialog.cpp b/src/gtk/dialog.cpp index ebc4506665..c70813d557 100644 --- a/src/gtk/dialog.cpp +++ b/src/gtk/dialog.cpp @@ -69,7 +69,7 @@ bool wxDialog::Show( bool show ) if (show && CanDoLayoutAdaptation()) DoLayoutAdaptation(); - bool ret = wxWindow::Show( show ); + bool ret = wxDialogBase::Show(show); if (show) InitDialog();