From: Vadim Zeitlin Date: Wed, 21 Mar 2001 19:11:14 +0000 (+0000) Subject: forgot to commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/51d673384e4ebe86f14beadeafc6853beff48116 forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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; } -