]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
Spelling fixes from Andreas Mohr (patch #1360064)
[wxWidgets.git] / src / msw / treectrl.cpp
index b564f3f4b5e6a2cc78274466a5b2a21ec4c42859..e0a4d592b30188881323538e4314d748be507e52 100644 (file)
@@ -1678,11 +1678,6 @@ wxTreeItemId wxTreeCtrl::DoInsertAfter(const wxTreeItemId& parent,
 // for compatibility only
 #if WXWIN_COMPATIBILITY_2_4
 
-wxImageList *wxTreeCtrl::GetImageList(int) const
-{
-    return wxTreeCtrlBase::GetImageList();
-}
-
 void wxTreeCtrl::SetImageList(wxImageList *imageList, int)
 {
     SetImageList(imageList);
@@ -2014,7 +2009,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;