]> git.saurik.com Git - wxWidgets.git/commitdiff
added rtti info (python problem)
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 8 May 2002 23:14:02 +0000 (23:14 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 8 May 2002 23:14:02 +0000 (23:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/tooltip.cpp
src/mac/tooltip.cpp

index 6e86ca590cdb5452ad64e5a771f62702977f78fc..c866cf148859015dda26f34c2472699ef3bba29d 100644 (file)
@@ -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;
index 6e86ca590cdb5452ad64e5a771f62702977f78fc..c866cf148859015dda26f34c2472699ef3bba29d 100644 (file)
@@ -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;