X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-provider.h;fp=src%2Foutput%2Ftable-provider.h;h=35a4b6cebb7164c27444c8afb786351edf42a2b7;hb=bf3af6fb69dc94a6b3010e11e5d359e9e4abd5ba;hp=97c264b4f2dc75ee17b789af89fda041c037ff1b;hpb=d2ee46757c7602fb0d6827136fdb00af1140e2e1;p=pspp diff --git a/src/output/table-provider.h b/src/output/table-provider.h index 97c264b4f2..35a4b6cebb 100644 --- a/src/output/table-provider.h +++ b/src/output/table-provider.h @@ -26,7 +26,7 @@ struct cell_contents /* Exactly one of these must be nonnull. */ char *text; /* A paragraph of text. */ - struct table *table; /* A table nested within the cell. */ + struct table_item *table; /* A table nested within the cell. */ }; /* A cell in a table. */