X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=5776c2b54714ee17aaec15bf5a28af845bc6ffe5;hb=a6df7a4863f51dd4121a067f947335fba197617b;hp=3ec352d945f490705e6cce4b8cf01d6a22758b97;hpb=deaede551f5448e159107ce837c3a90ee7185c74;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 3ec352d9..5776c2b5 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -39,7 +39,7 @@ gboolean text_to_value(const gchar *text, union value *v, GtkWidget * get_widget_assert(GladeXML *xml, const gchar *name); /* Converts a string in the pspp locale to utf-8 */ -const char * pspp_locale_to_utf8(const gchar *text, gssize len, GError **err); +char * pspp_locale_to_utf8(const gchar *text, gssize len, GError **err); #endif