X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/618a5e382af2e469f9cc9d2aa81114403637a4b3..2fe0ef8a1e4a61e3baab7f6e512b28543ad4c97c:/src/common/treebase.cpp diff --git a/src/common/treebase.cpp b/src/common/treebase.cpp index dfa45202e5..7c83963ef9 100644 --- a/src/common/treebase.cpp +++ b/src/common/treebase.cpp @@ -67,10 +67,12 @@ DEFINE_EVENT_TYPE(wxEVT_COMMAND_TREE_END_DRAG) // Tree event // ---------------------------------------------------------------------------- +IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent) + + wxTreeEvent::wxTreeEvent(wxEventType commandType, int id) : wxNotifyEvent(commandType, id) { - m_code = 0; m_itemOld = 0l; }