projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oops... Committed wrong version last time.
[wxWidgets.git]
/
src
/
common
/
treebase.cpp
diff --git
a/src/common/treebase.cpp
b/src/common/treebase.cpp
index 0a49f60cf8dd18cbef47bacc7085513c699d7f0c..7c83963ef97c5acf5dba0aec0bea23fd8db0b66f 100644
(file)
--- a/
src/common/treebase.cpp
+++ b/
src/common/treebase.cpp
@@
-73,7
+73,6
@@
IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent)
wxTreeEvent::wxTreeEvent(wxEventType commandType, int id)
: wxNotifyEvent(commandType, id)
{
- m_code = 0;
m_itemOld = 0l;
}