Fix numerous memory leaks.
[pspp] / src / output / pivot-table.h
index 474b3acde250b916e0a0c559cb04d952cbb2efa2..6104cb13133b04a0de008c9a99756e84e7e90d4a 100644 (file)
@@ -453,7 +453,7 @@ void pivot_table_set_weight_format (struct pivot_table *,
 bool pivot_table_is_empty (const struct pivot_table *);
 
 /* Output. */
-void pivot_table_submit (const struct pivot_table *);
+void pivot_table_submit (struct pivot_table *);
 
 /* Data cells. */
 void pivot_table_put (struct pivot_table *, const size_t *dindexes, size_t n,