X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/136518e5c08bfb00413cd071929b857883ab2656..2c3ebf8be5f192f23d8266603a72d19a7267c7c5:/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h diff --git a/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h b/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h index 7746a96d36..1edc024eb0 100644 --- a/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h +++ b/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h @@ -14,10 +14,6 @@ #ifndef TREELISTCTRL_H #define TREELISTCTRL_H -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "treelistctrl.h" -#endif - #include #include #include @@ -543,6 +539,7 @@ protected: // // the common part of all ctors // void Init(); + void OnGetToolTip( wxTreeEvent &event ); void OnSize(wxSizeEvent& event); void CalculateAndSetHeaderHeight(); void DoHeaderLayout();