dictionary: Make dict_get_weight_format() return by value, not pointer.
[pspp] / src / output / pivot-table.h
index 145e356cf3ef83a0a869e25e78fef4a0be29eb80..c52c7654b1c7c0e17a43ab3612151263d39db667 100644 (file)
@@ -577,7 +577,7 @@ void pivot_table_set_look (struct pivot_table *,
 void pivot_table_set_weight_var (struct pivot_table *,
                                  const struct variable *);
 void pivot_table_set_weight_format (struct pivot_table *,
-                                    const struct fmt_spec *);
+                                    const struct fmt_spec);
 
 /* Query. */
 bool pivot_table_is_empty (const struct pivot_table *);