--- treelistctrl.cpp	2009-09-09 06:39:06.000000000 -0700
+++ treelistctrl.cpp.new	2009-09-09 06:46:09.000000000 -0700
@@ -4893,3 +4893,12 @@
     return wxEmptyString;
 }
 
+void wxTreeListCtrl::SetToolTip (const wxString &tip)
+{
+  m_main_win->SetToolTip (tip);
+}
+
+void wxTreeListCtrl::SetToolTip (wxToolTip *tip)
+{
+  m_main_win->SetToolTip (tip);
+}
