X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff8bfdbbb14af4cd77de9d3534b1cd4f7a033137..a66a391e7094124907ecea6a49460813fa9381ab:/include/wx/gtk1/tooltip.h diff --git a/include/wx/gtk1/tooltip.h b/include/wx/gtk1/tooltip.h index eed2386111..132c98f244 100644 --- a/include/wx/gtk1/tooltip.h +++ b/include/wx/gtk1/tooltip.h @@ -10,7 +10,7 @@ #ifndef __GTKTOOLTIPH__ #define __GTKTOOLTIPH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface #endif @@ -51,6 +51,8 @@ public: private: wxString m_text; wxWindow *m_window; + + DECLARE_ABSTRACT_CLASS(wxToolTip) }; #endif // __GTKTOOLTIPH__