X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33737618bc725ed631b0af84485b3f5dff047755..ef7a25a73ef4215454d6d8e3bad63bdf5b4339a0:/include/wx/treebase.h

diff --git a/include/wx/treebase.h b/include/wx/treebase.h
index 28557edb66..4bd4f4b294 100644
--- a/include/wx/treebase.h
+++ b/include/wx/treebase.h
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        treectrl.h
+// Name:        treebase.h
 // Purpose:     wxTreeCtrl base classes and types
 // Author:      Julian Smart et al
 // Modified by:
@@ -20,7 +20,8 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#if wxUSE_TREECTRL
+// Not defined in setup.h so removing for now
+// #if wxUSE_TREECTRL
 
 #include "wx/control.h"
 #include "wx/event.h"
@@ -282,7 +283,7 @@ typedef void (wxEvtHandler::*wxTreeEventFunction)(wxTreeEvent&);
 #define EVT_TREE_ITEM_RIGHT_CLICK(id, fn) { wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTreeEventFunction) & fn, NULL },
 #define EVT_TREE_ITEM_MIDDLE_CLICK(id, fn) { wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTreeEventFunction) & fn, NULL },
 
-#endif // wxUSE_TREECTRL
+// #endif // wxUSE_TREECTRL
 
 #endif
     // _WX_TREEBASE_H_