X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8123c1359cb21b246cc9f97d96993d8cff685fe..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index d83f5d23f6..8dd5d6eb7b 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -203,9 +203,9 @@ protected: bool m_isInsideYield; long m_eventsToProcessInsideYield; +private: // this flag is set on entry into Run() and reset before leaving it bool m_isInsideRun; -private: wxDECLARE_NO_COPY_CLASS(wxEventLoopBase); };