X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..0685aa9eb65aae0c930ef2a001002ac217cf5ce1:/include/wx/gtk/dialog.h diff --git a/include/wx/gtk/dialog.h b/include/wx/gtk/dialog.h index 0269e17a23..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_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();