X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..e74563e412a08aa004c5429efed7ef0031c2c1bf:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index 80f0916e85..e2ae68ce6c 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -55,6 +55,8 @@ protected: class WXDLLEXPORT wxEventLoopImpl *m_impl; // the pointer to currently active loop static wxEventLoop *ms_activeLoop; + + DECLARE_NO_COPY_CLASS(wxEventLoop) }; #endif // _WX_EVTLOOP_H_