]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/treebase.cpp
moving string conversions at one place
[wxWidgets.git] / src / common / treebase.cpp
index 0a49f60cf8dd18cbef47bacc7085513c699d7f0c..6bf725823f8ebaee1c6adcaae6df23a7688e9899 100644 (file)
@@ -73,8 +73,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