X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..594ed110f77d9f29f7165a07bb806e5a4fa19b0e:/include/wx/mac/tooltip.h?ds=sidebyside diff --git a/include/wx/mac/tooltip.h b/include/wx/mac/tooltip.h index 7398a01e4b..7bf4ecf440 100644 --- a/include/wx/mac/tooltip.h +++ b/include/wx/mac/tooltip.h @@ -6,7 +6,7 @@ // Created: 31.01.99 // RCS-ID: $Id$ // Copyright: (c) 1999 Robert Roebling, Vadim Zeitlin, Stefan Csomor -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -43,5 +43,6 @@ public: private: wxString m_text; // tooltip text wxWindow *m_window; // window we're associated with + DECLARE_ABSTRACT_CLASS(wxToolTip) };