X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..f114b8580b980c54e7b6194fe6494a86cb833907:/include/wx/mac/tooltip.h diff --git a/include/wx/mac/tooltip.h b/include/wx/mac/tooltip.h index 7398a01e4b..bc4bcbef44 100644 --- a/include/wx/mac/tooltip.h +++ b/include/wx/mac/tooltip.h @@ -43,5 +43,6 @@ public: private: wxString m_text; // tooltip text wxWindow *m_window; // window we're associated with + DECLARE_ABSTRACT_CLASS(wxToolTip) };