From 4ec6e9df1910e298d6c7bfb361bc1436f5926eb6 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 22 Jul 2019 20:48:42 +0200 Subject: [PATCH] Pivot Table: Fix compiler warning. Revert part of commit 9bd8bde378997bf189e6aceffe3da5d321d0a837 . This was ill construed, because the footnote is owned by the pivot table. --- src/output/pivot-table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2