X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9aea2510431d7109ff7055bce02576ebd80f593b..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 0906fa834c..b539373de9 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -55,6 +55,7 @@ class WXDLLIMPEXP_FWD_BASE wxProcess; class WXDLLIMPEXP_FWD_CORE wxFrame; class WXDLLIMPEXP_FWD_CORE wxWindow; class WXDLLIMPEXP_FWD_CORE wxWindowList; +class WXDLLIMPEXP_FWD_CORE wxEventLoop; // ---------------------------------------------------------------------------- // Arithmetic functions @@ -714,7 +715,9 @@ private: // disable all windows except the given one (used by both ctors) void DoDisable(wxWindow *winToSkip = NULL); - +#if defined(__WXOSX__) && wxOSX_USE_COCOA + wxEventLoop* m_modalEventLoop; +#endif wxWindowList *m_winDisabled; bool m_disabled;