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