X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..26dd7154d5b4ab79db3cf4a6dc07c6404e6e14d8:/include/wx/gtk/dialog.h?ds=sidebyside diff --git a/include/wx/gtk/dialog.h b/include/wx/gtk/dialog.h index 7b73b3b52d..5023f7db67 100644 --- a/include/wx/gtk/dialog.h +++ b/include/wx/gtk/dialog.h @@ -11,6 +11,8 @@ #ifndef __GTKDIALOGH__ #define __GTKDIALOGH__ +class WXDLLIMPEXP_FWD_CORE wxGUIEventLoop; + //----------------------------------------------------------------------------- // wxDialog //----------------------------------------------------------------------------- @@ -31,7 +33,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(); @@ -47,7 +49,7 @@ public: private: // common part of all ctors void Init(); - + wxGUIEventLoop *m_modalLoop; DECLARE_DYNAMIC_CLASS(wxDialog) };