X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81b6ccf12026b9e5447c1a8725c1bca3bfd14150..f5ebf253a53742e49bbe7da79966c9a7b60405b1:/src/mac/tooltip.cpp diff --git a/src/mac/tooltip.cpp b/src/mac/tooltip.cpp index 6e86ca590c..c866cf1488 100644 --- a/src/mac/tooltip.cpp +++ b/src/mac/tooltip.cpp @@ -77,6 +77,9 @@ static wxMacToolTip s_ToolTip ; static wxWindow* s_LastWindowEntered = NULL ; static wxRect2DInt s_ToolTipArea ; static WindowRef s_ToolTipWindowRef = NULL ; + +IMPLEMENT_ABSTRACT_CLASS(wxToolTip, wxObject) + wxToolTip::wxToolTip( const wxString &tip ) { m_text = tip;