output: Implement styling for footnotes.
[pspp] / src / output / table-provider.h
index d875462c9c237b7c00f3f8f3e88b32666da55a17..2a3a17c9daeec45e4c8461ce6bcd2255b2cc8b68 100644 (file)
@@ -27,6 +27,7 @@ struct footnote
     size_t idx;
     char *content;
     char *marker;
+    struct cell_style *style;
   };
 
 /* An item of contents within a table cell. */