X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7ce0e4a5f07ba2281188e4c95a8f5ebeafec42b..0286d08d1453506f9ff9a830d58b3b35817d0b14:/include/wx/gtk/tooltip.h diff --git a/include/wx/gtk/tooltip.h b/include/wx/gtk/tooltip.h index ad476e5ecb..add64f06bc 100644 --- a/include/wx/gtk/tooltip.h +++ b/include/wx/gtk/tooltip.h @@ -18,8 +18,8 @@ // forward declarations //----------------------------------------------------------------------------- -class WXDLLIMPEXP_CORE wxToolTip; -class WXDLLIMPEXP_CORE wxWindow; +class WXDLLIMPEXP_FWD_CORE wxToolTip; +class WXDLLIMPEXP_FWD_CORE wxWindow; //----------------------------------------------------------------------------- // wxToolTip @@ -50,7 +50,7 @@ public: // this just sets the given tooltip for the specified widget // // tip must be already UTF-8 encoded - static void Apply(GtkWidget *w, const wxCharBuffer& tip); + static void Apply(GtkWidget *w, const gchar *tip); private: wxString m_text;