X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2158f4d798650d7f8cc59ba36e115679b0effe1b..6977c3bf4dad710dda5f9abc7a6882a5ca9ea0d2:/include/wx/gtk/dialog.h diff --git a/include/wx/gtk/dialog.h b/include/wx/gtk/dialog.h index 8bf37778ee..8d7e7a33fc 100644 --- a/include/wx/gtk/dialog.h +++ b/include/wx/gtk/dialog.h @@ -17,7 +17,7 @@ // classes //----------------------------------------------------------------------------- -class WXDLLIMPEXP_CORE wxDialog; +class WXDLLIMPEXP_FWD_CORE wxDialog; //----------------------------------------------------------------------------- // global data @@ -45,7 +45,7 @@ public: const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, const wxString &name = wxDialogNameStr ); - ~wxDialog() {} + virtual ~wxDialog() {} virtual bool Show( bool show = TRUE ); virtual int ShowModal();