X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/618a5e382af2e469f9cc9d2aa81114403637a4b3..e6adf05834e880312efa3d59914ecc1d4f5f78a6:/src/common/treebase.cpp diff --git a/src/common/treebase.cpp b/src/common/treebase.cpp index dfa45202e5..0a49f60cf8 100644 --- a/src/common/treebase.cpp +++ b/src/common/treebase.cpp @@ -67,6 +67,9 @@ DEFINE_EVENT_TYPE(wxEVT_COMMAND_TREE_END_DRAG) // Tree event // ---------------------------------------------------------------------------- +IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent) + + wxTreeEvent::wxTreeEvent(wxEventType commandType, int id) : wxNotifyEvent(commandType, id) {