]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Tinderbox build fix for wxUnivGTK build.
[wxWidgets.git] / include / wx / generic / treectlg.h
index 833cfd1cc7396f95dbed1118885e2dc606583777..4954afb37f73d0a39395ce4cf2b6238a750cda36 100644 (file)
@@ -69,7 +69,7 @@ public:
     // implement base class pure virtuals
     // ----------------------------------
 
-    virtual size_t GetCount() const;
+    virtual unsigned int GetCount() const;
 
     virtual unsigned int GetIndent() const { return m_indent; }
     virtual void SetIndent(unsigned int indent);
@@ -304,7 +304,7 @@ protected:
                                        const wxString& text,
                                        int image = -1, int selImage = -1,
                                        wxTreeItemData *data = NULL);
-    virtual wxTreeItemId DoHitTest(const wxPoint& point, int& flags);
+    virtual wxTreeItemId DoTreeHitTest(const wxPoint& point, int& flags);
 
     // called by wxTextTreeCtrl when it marks itself for deletion
     void ResetTextControl();
@@ -377,4 +377,3 @@ public:
 #endif // wxUSE_TREECTRL
 
 #endif // _GENERIC_TREECTRL_H_
-