table: Rename area_style to table_area_style for consistency.
[pspp] / src / output / spv / spv-table-look.h
index 98675950215d7d4374d21247dec712fa54ea0140..76d6efb03ab6a58bc6ca9661e48567baaa76d27e 100644 (file)
@@ -45,7 +45,7 @@ struct spv_table_look
     bool footnote_marker_superscripts;
 
     /* Styles. */
-    struct area_style areas[PIVOT_N_AREAS];
+    struct table_area_style areas[PIVOT_N_AREAS];
     struct table_border_style borders[PIVOT_N_BORDERS];
 
     /* Print settings. */