X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9efc294a979fb4ae801f7dc37af35677301212d..e1ef506e13b7c8e96483b7fc0852dcb46688badd:/include/wx/gtk/dialog.h?ds=sidebyside diff --git a/include/wx/gtk/dialog.h b/include/wx/gtk/dialog.h index b14cd11007..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 //----------------------------------------------------------------------------- @@ -47,7 +49,7 @@ public: private: // common part of all ctors void Init(); - + wxGUIEventLoop *m_modalLoop; DECLARE_DYNAMIC_CLASS(wxDialog) };