X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..7e721c7a4bb6b253d64ae580e73853ed76d0ad03:/include/wx/gtk/dialog.h?ds=sidebyside diff --git a/include/wx/gtk/dialog.h b/include/wx/gtk/dialog.h index 8d7e7a33fc..b14cd11007 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_FWD_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 ); - virtual ~wxDialog() {} + virtual ~wxDialog(); virtual bool Show( bool show = TRUE ); virtual int ShowModal();