Pivot Table: Fix compiler warning.
[pspp] / src / output / pivot-table.h
index 44fa757bc63f7dda8daa9064ddc231971ebd8878..aa064953fedb25aa97a4e1016227b421854c064d 100644 (file)
@@ -419,7 +419,7 @@ struct pivot_table
     time_t date;                /* May be 0 if unknown. */
 
     /* Footnotes. */
-    const struct pivot_footnote **footnotes;
+    struct pivot_footnote **footnotes;
     size_t n_footnotes, allocated_footnotes;
 
     /* Titles. */