renamed DoHitTest() to DoTreeHitTest() to avoid conflict with existing wxWindow method

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-10-17 19:31:40 +00:00
parent b220b1a2c8
commit 22574b4a9c
5 changed files with 8 additions and 7 deletions

View File

@@ -2014,7 +2014,7 @@ void wxTreeCtrl::DoEndEditLabel(bool discardChanges)
DeleteTextCtrl();
}
wxTreeItemId wxTreeCtrl::DoHitTest(const wxPoint& point, int& flags)
wxTreeItemId wxTreeCtrl::DoTreeHitTest(const wxPoint& point, int& flags)
{
TV_HITTESTINFO hitTestInfo;
hitTestInfo.pt.x = (int)point.x;