]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/treebase.cpp
include "wx/module.h" for wxModule
[wxWidgets.git] / src / common / treebase.cpp
index 0a49f60cf8dd18cbef47bacc7085513c699d7f0c..656da196ac33832e7294e9dc444cc5f0a3cdf671 100644 (file)
@@ -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