X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8fbf1a035db2af6d3aba89203263a4711cb7c53..11c084163e3702692586f70a9414dca97bb2a2d6:/src/common/treebase.cpp diff --git a/src/common/treebase.cpp b/src/common/treebase.cpp index 0a49f60cf8..656da196ac 100644 --- a/src/common/treebase.cpp +++ b/src/common/treebase.cpp @@ -37,7 +37,6 @@ #include "wx/dynarray.h" #include "wx/arrimpl.cpp" #include "wx/dcclient.h" -#include "wx/msgdlg.h" // ---------------------------------------------------------------------------- @@ -73,8 +72,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent) wxTreeEvent::wxTreeEvent(wxEventType commandType, int id) : wxNotifyEvent(commandType, id) { - m_code = 0; m_itemOld = 0l; + m_editCancelled = FALSE; } #endif // wxUSE_TREECTRL