Fix compile warnings
[pspp-builds.git] / src / ui / gui / helper.c
index b4b3872df3abecf00de49e2e36979a333cb7e2f1..4ec4bb0c1a9601601b0e02b2f1cc2b7a185856f6 100644 (file)
@@ -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;