X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..038072e2f1eaf2bf32d748a71234d767ebba8919:/src/common/treebase.cpp diff --git a/src/common/treebase.cpp b/src/common/treebase.cpp index ddd3c5575d..0a49f60cf8 100644 --- a/src/common/treebase.cpp +++ b/src/common/treebase.cpp @@ -69,6 +69,7 @@ DEFINE_EVENT_TYPE(wxEVT_COMMAND_TREE_END_DRAG) IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent) + wxTreeEvent::wxTreeEvent(wxEventType commandType, int id) : wxNotifyEvent(commandType, id) {