]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / include / wx / evtloop.h
index 80f0916e85c1549e85b82d4c3dc2c9e9516e1d7b..e2ae68ce6c013cf1bed6361081e3551ac6fc80d2 100644 (file)
@@ -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_