X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed2ec17c5425cef5590a69445234506c82af1c38..e1b8d4d841979b9fed749e1f8a18abc58975a4d9:/src/common/treebase.cpp?ds=sidebyside diff --git a/src/common/treebase.cpp b/src/common/treebase.cpp index a9dce6dddb..0096e023ea 100644 --- a/src/common/treebase.cpp +++ b/src/common/treebase.cpp @@ -71,7 +71,6 @@ wxTreeEvent::wxTreeEvent(wxEventType commandType, int id) : wxNotifyEvent(commandType, id) { m_code = 0; - m_itemOld = 0; + m_itemOld = 0l; } -