X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..6ba7c06eeeda47b88783025428ca0f290e3bf236:/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) };