git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73052
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxRichToolTipGenericImpl::SetTitleFont(font);
}
wxRichToolTipGenericImpl::SetTitleFont(font);
}
- virtual void ShowFor(wxWindow* win, wxRect* rect = NULL);
+ virtual void ShowFor(wxWindow* win, wxRect* rect)
{
// TODO: We could use native tooltip control to show native balloon
// tooltips for any window but right now we use the simple
{
// TODO: We could use native tooltip control to show native balloon
// tooltips for any window but right now we use the simple