X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff654490b7cb185631a1dc4621094d88643ccf41..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk/fontpicker.h?ds=sidebyside diff --git a/include/wx/gtk/fontpicker.h b/include/wx/gtk/fontpicker.h index 2bb9c8e103..65bb5c9593 100644 --- a/include/wx/gtk/fontpicker.h +++ b/include/wx/gtk/fontpicker.h @@ -5,13 +5,14 @@ // Modified by: // Created: 14/4/2006 // Copyright: (c) Francesco Montorsi -// RCS-ID: $Id$ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_GTK_FONTPICKER_H_ #define _WX_GTK_FONTPICKER_H_ +#include "wx/button.h" + //----------------------------------------------------------------------------- // wxFontButton //----------------------------------------------------------------------------- @@ -50,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: