#ifndef _WX_GTK_FONTPICKER_H_
#define _WX_GTK_FONTPICKER_H_
+#include "wx/button.h"
+
//-----------------------------------------------------------------------------
// wxFontButton
//-----------------------------------------------------------------------------
public: // used by the GTK callback only
- void SetNativeFontInfo(const gchar *gtkdescription)
+ void SetNativeFontInfo(const char *gtkdescription)
{ m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); }
private: