X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0a1e268851b67e2e758d11910fa991f6e8aa643..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk/fontpicker.h?ds=sidebyside diff --git a/include/wx/gtk/fontpicker.h b/include/wx/gtk/fontpicker.h index 80376e5de8..65bb5c9593 100644 --- a/include/wx/gtk/fontpicker.h +++ b/include/wx/gtk/fontpicker.h @@ -5,7 +5,6 @@ // Modified by: // Created: 14/4/2006 // Copyright: (c) Francesco Montorsi -// RCS-ID: $Id$ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -52,7 +51,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: