X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0af07cc24519a07e1948169568c979fea7465ce2..e072113323f06e5c71f8d02789c17df541751eaf:/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();