X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2158f4d798650d7f8cc59ba36e115679b0effe1b..f8b1df0b15f843b8f47efb9bee38f1de0fa95020:/include/wx/gtk/dialog.h diff --git a/include/wx/gtk/dialog.h b/include/wx/gtk/dialog.h index 8bf37778ee..7b73b3b52d 100644 --- a/include/wx/gtk/dialog.h +++ b/include/wx/gtk/dialog.h @@ -11,20 +11,6 @@ #ifndef __GTKDIALOGH__ #define __GTKDIALOGH__ -#include "wx/defs.h" - -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class WXDLLIMPEXP_CORE wxDialog; - -//----------------------------------------------------------------------------- -// global data -//----------------------------------------------------------------------------- - -extern WXDLLIMPEXP_CORE const wxChar wxDialogNameStr[]; - //----------------------------------------------------------------------------- // wxDialog //----------------------------------------------------------------------------- @@ -45,7 +31,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();