X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=4ec4bb0c1a9601601b0e02b2f1cc2b7a185856f6;hp=b4b3872df3abecf00de49e2e36979a333cb7e2f1;hb=82217038368a953179398d9ecc7b80169a1b9ddc;hpb=83df73bacd2cd3abd177e6a8ac1b76b072255025 diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index b4b3872d..4ec4bb0c 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -49,7 +49,7 @@ /* Formats a value according to FORMAT The returned string must be freed when no longer required */ gchar * -value_to_text (union value v, PsppireDict *dict, struct fmt_spec format) +value_to_text (union value v, const PsppireDict *dict, struct fmt_spec format) { gchar *s = 0;