X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/618a5e382af2e469f9cc9d2aa81114403637a4b3..33754c4d83c59b7523a6da0c4fb21079cb60301c:/src/common/treebase.cpp?ds=sidebyside 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; }