]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
added alternative definitions for wxASSERT_MSG and wxCHECK2_MSG to fix CodeWarrior...
[wxWidgets.git] / include / wx / generic / treectlg.h
index 4954afb37f73d0a39395ce4cf2b6238a750cda36..e6df2ee56c0a73bba959d04316c257288e4a96f8 100644 (file)
@@ -304,7 +304,7 @@ protected:
                                        const wxString& text,
                                        int image = -1, int selImage = -1,
                                        wxTreeItemData *data = NULL);
-    virtual wxTreeItemId DoTreeHitTest(const wxPoint& point, int& flags);
+    virtual wxTreeItemId DoTreeHitTest(const wxPoint& point, int& flags) const;
 
     // called by wxTextTreeCtrl when it marks itself for deletion
     void ResetTextControl();