X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;h=ae3f4aeaf8458294de8f6382cefdced83d2278f5;hb=d2b769f76cbbadede9bd68da7caecabd69235bfa;hp=d08cf48c2813cf8eeb1c962c187384575cded635;hpb=14be690de6bd259d26e710ad5363e106afde1e93;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index d08cf48c28..ae3f4aeaf8 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -40,6 +40,7 @@ #include "libpspp/compiler.h" #include "output/table.h" +#include "data/format.h" enum result_class { @@ -78,7 +79,7 @@ struct tab_table /* X and Y offsets. */ int col_ofs, row_ofs; - const struct fmt_spec *fmtmap [n_RC]; + struct fmt_spec fmtmap [n_RC]; }; struct tab_table *tab_cast (const struct table *);