]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectrl.h
WXDLLEXPORT added to wxStringTokenizer (and also several "const"s here and
[wxWidgets.git] / include / wx / generic / treectrl.h
index 7d8ee8cb1c7ce5a01f4bfb6731277593e66078bc..9e57b50785c650903f8950ba9b6dbfc2f1bee4fd 100644 (file)
@@ -405,7 +405,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);