See #14862.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73051
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_impl->SetTitleFont(font);
}
-void wxRichToolTip::ShowFor(wxWindow* win, wxRect* rect = NULL);
+void wxRichToolTip::ShowFor(wxWindow* win, wxRect* rect)
{
wxCHECK_RET( win, wxS("Must have a valid window") );
m_titleFont = font;
}
-void wxRichToolTipGenericImpl::ShowFor(wxWindow* win, wxRect* rect = NULL);
+void wxRichToolTipGenericImpl::ShowFor(wxWindow* win, wxRect* rect)
{
// Set the focus to the window the tooltip refers to to make it look active.
win->SetFocus();