X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-item.h;h=d1c30b668d603df5b4f2b0be3eaa1074669fc022;hb=28e907dd4809de2c44feb9f402ab7f19660d6459;hp=e4c40ab228c5ce959a90c828053cb70f24150528;hpb=26bad54c73bdb354262a2434de93e632a286b0d3;p=pspp diff --git a/src/output/table-item.h b/src/output/table-item.h index e4c40ab228..d1c30b668d 100644 --- a/src/output/table-item.h +++ b/src/output/table-item.h @@ -33,7 +33,7 @@ struct table_item_text { char *content; - const struct footnote **footnotes; + struct footnote **footnotes; size_t n_footnotes; struct table_area_style *style; }; @@ -45,7 +45,7 @@ void table_item_text_destroy (struct table_item_text *); struct table_item_layer { char *content; - const struct footnote **footnotes; + struct footnote **footnotes; size_t n_footnotes; };