]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treelist.cpp
fix missing and broken interface items for Phoenix
[wxWidgets.git] / src / generic / treelist.cpp
index a82a2a9237426f87c737de2579e0a0506926669f..f7aca4aabb5a314336ac6de389c24c514f56cc77 100644 (file)
@@ -1654,7 +1654,7 @@ wxWindow* wxTreeListCtrl::GetView() const
 // wxTreeListEvent implementation
 // ============================================================================
 
-wxIMPLEMENT_ABSTRACT_CLASS(wxTreeListEvent, wxNotifyEvent)
+wxIMPLEMENT_DYNAMIC_CLASS(wxTreeListEvent, wxNotifyEvent)
 
 #define wxDEFINE_TREELIST_EVENT(name) \
     wxDEFINE_EVENT(wxEVT_COMMAND_TREELIST_##name, wxTreeListEvent)