From: John Darrington Date: Mon, 22 Jul 2019 18:48:42 +0000 (+0200) Subject: Pivot Table: Fix compiler warning. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec6e9df1910e298d6c7bfb361bc1436f5926eb6;p=pspp Pivot Table: Fix compiler warning. Revert part of commit 9bd8bde378997bf189e6aceffe3da5d321d0a837 . This was ill construed, because the footnote is owned by the pivot table. --- diff --git a/src/output/pivot-table.h b/src/output/pivot-table.h index 44fa757bc6..aa064953fe 100644 --- a/src/output/pivot-table.h +++ b/src/output/pivot-table.h @@ -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. */