X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/853e3ce9745af987df637c2a68c11761092a8bfe..baf52e1ccd454f351eb9825bb147400f82f4a85f:/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;