table: Rename area_style to table_area_style for consistency.
[pspp] / src / output / table-provider.h
index 711f84d6b3960a529a60022a21354cca4b0a4b92..be45912d92148994b3484404cdb8d3e626497a58 100644 (file)
@@ -30,7 +30,7 @@ struct footnote
     size_t idx;
     char *content;
     char *marker;
-    struct area_style *style;
+    struct table_area_style *style;
   };
 
 /* A cell in a table. */
@@ -60,7 +60,7 @@ struct table_cell
     char *superscript;
     const struct footnote **footnotes;
     size_t n_footnotes;
-    const struct area_style *style;
+    const struct table_area_style *style;
   };
 
 void table_cell_format_footnote_markers (const struct table_cell *,