]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treelist.h
Generate tags for ribbon headers and sources too.
[wxWidgets.git] / include / wx / treelist.h
index 6684a26bb328c605d40859ce2a35df2ebd8d32fc..081ecb09cac644e42e47af38326ca32df1723127 100644 (file)
@@ -453,7 +453,7 @@ private:
 // wxTreeListEvent: event generated by wxTreeListCtrl.
 // ----------------------------------------------------------------------------
 
-class wxTreeListEvent : public wxNotifyEvent
+class WXDLLIMPEXP_ADV wxTreeListEvent : public wxNotifyEvent
 {
 public:
     // Default ctor is provided for wxRTTI needs only but should never be used.
@@ -514,7 +514,7 @@ private:
 
     friend class wxTreeListCtrl;
 
-    wxDECLARE_DYNAMIC_CLASS(wxTreeListEvent);
+    wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxTreeListEvent);
 };
 
 // Event types and event table macros.