]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/treebase.cpp
added wxUmaskChanger class and wxCHANGE_UMASK macro and use them instead of duplicati...
[wxWidgets.git] / src / common / treebase.cpp
index 4c07404f5a347d408a4bd7f0a748cd008cd4a5fe..a3fff66b2d21549702d93ccb92564802f6f98470 100644 (file)
@@ -75,7 +75,7 @@ wxTreeEvent::wxTreeEvent(wxEventType commandType, int id)
            : wxNotifyEvent(commandType, id)
 {
     m_itemOld = 0l;
-    m_editCancelled = FALSE;
+    m_editCancelled = false;
 }
 
 #endif // wxUSE_TREECTRL