]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebase.h
Create a new wxStringBase class, providing a STL-like API, using
[wxWidgets.git] / include / wx / treebase.h
index b74c64b52044244b8d0824275367b0f3b97cf425..623dd52508e65195d9f20647f1da643f126d674e 100644 (file)
@@ -291,7 +291,7 @@ private:
     friend class WXDLLEXPORT wxTreeCtrl;
     friend class WXDLLEXPORT wxGenericTreeCtrl;
 
-    DECLARE_DYNAMIC_CLASS(wxTreeEvent);
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxTreeEvent);
 };
 
 typedef void (wxEvtHandler::*wxTreeEventFunction)(wxTreeEvent&);