]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
some fixes for AIX compilation
[wxWidgets.git] / include / wx / msw / treectrl.h
index 3864830c013cd86016c0f0455f84154c2c2a408e..51e1e02d3c1e87d8206ec8db37e1914850207c49 100644 (file)
@@ -410,8 +410,7 @@ public:
     wxTreeItemId HitTest(const wxPoint& point, int& flags);
 
         // get the bounding rectangle of the item (or of its label only)
-        // @@@ do we really need to expose this functions to the application?
-    void GetBoundingRect(const wxTreeItemId& item,
+    bool GetBoundingRect(const wxTreeItemId& item,
                          wxRect& rect,
                          bool textOnly = FALSE) const;