pivot-table: Force width of weight formats to 40.
[pspp] / src / output / pivot-table.h
index c52c7654b1c7c0e17a43ab3612151263d39db667..6fd97e19c8955b571ff4472ead6ca0707d955aca 100644 (file)
@@ -576,8 +576,7 @@ void pivot_table_set_look (struct pivot_table *,
 /* Format of PIVOT_RC_COUNT cells. */
 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);
+void pivot_table_set_weight_format (struct pivot_table *, struct fmt_spec);
 
 /* Query. */
 bool pivot_table_is_empty (const struct pivot_table *);