X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7ce0e4a5f07ba2281188e4c95a8f5ebeafec42b..40e5ebbf98728d627e4d3c9e3a57f28f5bb8fcb9:/include/wx/gtk/tooltip.h diff --git a/include/wx/gtk/tooltip.h b/include/wx/gtk/tooltip.h index ad476e5ecb..c2ed58bfe4 100644 --- a/include/wx/gtk/tooltip.h +++ b/include/wx/gtk/tooltip.h @@ -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;