X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0a1e268851b67e2e758d11910fa991f6e8aa643..ca77701441e39245dcbfce903049e76f166979e5:/include/wx/gtk/fontpicker.h diff --git a/include/wx/gtk/fontpicker.h b/include/wx/gtk/fontpicker.h index 80376e5de8..0a7cae4466 100644 --- a/include/wx/gtk/fontpicker.h +++ b/include/wx/gtk/fontpicker.h @@ -52,7 +52,7 @@ protected: public: // used by the GTK callback only - void SetNativeFontInfo(const gchar *gtkdescription) + void SetNativeFontInfo(const char *gtkdescription) { m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); } private: