X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..93c2f401e9955dc37df1f8dbfea7881c676b8ddb:/src/common/treebase.cpp diff --git a/src/common/treebase.cpp b/src/common/treebase.cpp index 85275a54cf..a3fff66b2d 100644 --- a/src/common/treebase.cpp +++ b/src/common/treebase.cpp @@ -6,7 +6,7 @@ // Modified: // Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart et al -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================= @@ -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