X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-item.h;h=b7866a3c9b565f95fe996d62d562c604aab4d14e;hb=a7a300e7d9963ce9a26fd87e4db922ed74111731;hp=ffdc4b682c204ce8dc2be9e729f6fb438cc2640b;hpb=e6bb779b866f297b736a7f93a0c8aa741131726f;p=pspp diff --git a/src/output/table-item.h b/src/output/table-item.h index ffdc4b682c..b7866a3c9b 100644 --- a/src/output/table-item.h +++ b/src/output/table-item.h @@ -27,6 +27,7 @@ #include "libpspp/compiler.h" #include "output/output-item.h" +#include "output/table.h" /* Title or caption in a table item. */ struct table_item_text @@ -34,8 +35,7 @@ struct table_item_text char *content; const struct footnote **footnotes; size_t n_footnotes; - int halign; /* TAB_*. */ - struct cell_style *style; + struct area_style *style; }; struct table_item_text *table_item_text_create (const char *);