]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectrl.h
Replaced ostream with FILE* in wxExpr.
[wxWidgets.git] / include / wx / generic / treectrl.h
index 6a8a31c707756e73b37af7c12017f2b5ce470ac4..5f51dafd8b431f9140b17670ed3463eddfdd0759 100644 (file)
@@ -435,7 +435,7 @@ public:
     void Unselect();
     void UnselectAll();
         // select this item
-    void SelectItem(const wxTreeItemId& item, bool unselect_others=true, bool extended_select=false);
+    void SelectItem(const wxTreeItemId& item, bool unselect_others=TRUE, bool extended_select=FALSE);
         // make sure this item is visible (expanding the parent item and/or
         // scrolling to this item if necessary)
     void EnsureVisible(const wxTreeItemId& item);