projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
changed charset to iso8859-2
[wxWidgets.git]
/
src
/
common
/
treebase.cpp
diff --git
a/src/common/treebase.cpp
b/src/common/treebase.cpp
index ddd3c5575d6472f24e2e2bf5625cb91a4263d306..7c83963ef97c5acf5dba0aec0bea23fd8db0b66f 100644
(file)
--- a/
src/common/treebase.cpp
+++ b/
src/common/treebase.cpp
@@
-69,10
+69,10
@@
DEFINE_EVENT_TYPE(wxEVT_COMMAND_TREE_END_DRAG)
IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent)
IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent)
+
wxTreeEvent::wxTreeEvent(wxEventType commandType, int id)
: wxNotifyEvent(commandType, id)
{
wxTreeEvent::wxTreeEvent(wxEventType commandType, int id)
: wxNotifyEvent(commandType, id)
{
- m_code = 0;
m_itemOld = 0l;
}
m_itemOld = 0l;
}