From: Stefan Csomor Date: Wed, 8 May 2002 23:14:02 +0000 (+0000) Subject: added rtti info (python problem) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5ebf253a53742e49bbe7da79966c9a7b60405b1 added rtti info (python problem) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/tooltip.cpp b/src/mac/carbon/tooltip.cpp index 6e86ca590c..c866cf1488 100644 --- a/src/mac/carbon/tooltip.cpp +++ b/src/mac/carbon/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; 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;