X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Foutput%2Fspv%2Fspv.h;h=21d19a6615b9d6b8dbd93eb470a4b1a228dac540;hb=2720633be76a46488e05bb9a0d45f24a89375065;hp=1753cdaabd3dd99c55a63b236649ee7e89af0863;hpb=a22f79456929fc7edc9d65234ab05f4966c86679;p=pspp diff --git a/src/output/spv/spv.h b/src/output/spv/spv.h index 1753cdaabd..21d19a6615 100644 --- a/src/output/spv/spv.h +++ b/src/output/spv/spv.h @@ -130,7 +130,7 @@ struct spv_item /* SPV_ITEM_TABLE only. */ struct pivot_table *table; /* NULL if not yet loaded. */ - struct spv_table_look *table_look; + struct pivot_table_look *table_look; char *bin_member; char *xml_member; char *subtype; @@ -198,7 +198,7 @@ char *spv_item_get_legacy_table (const struct spv_item *, struct _xmlDoc **) WARN_UNUSED_RESULT; void spv_item_set_table_look (struct spv_item *, - const struct spv_table_look *); + const struct pivot_table_look *); char *spv_decode_fmt_spec (uint32_t u32, struct fmt_spec *) WARN_UNUSED_RESULT;