render: Render table_items instead of tables.
[pspp] / src / output / table-provider.h
index 97c264b4f2dc75ee17b789af89fda041c037ff1b..35a4b6cebb7164c27444c8afb786351edf42a2b7 100644 (file)
@@ -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. */