pspp-output: Add new --nth-commands option.
[pspp] / src / output / table-item.h
index 24740f7eab625cedeecd2aa93416618c55705ae1..a16c82ebb36a3ad84502cb6f516e3554bc8d5c1f 100644 (file)
@@ -75,6 +75,7 @@ struct table_item
     struct table_item_text *title;   /* Null if there is no title. */
     struct table_item_text *caption; /* Null if there is no caption. */
     struct table_item_layers *layers; /* Null if there is no layer info. */
+    struct pivot_table *pt;
   };
 
 struct table_item *table_item_create (struct table *, const char *title,