X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;h=dd6840c63cad291ea4354dba84030a593fc53dff;hb=refs%2Fbuilds%2F20131116032752%2Fpspp;hp=7ac85187f833b0bdb7818be7efdb5bef057395ff;hpb=81579d9e9f994fb2908f50af41c3eb033d216e58;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index 7ac85187f8..dd6840c63c 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -111,7 +111,7 @@ struct fmt_spec; struct dictionary; union value; void tab_value (struct tab_table *, int c, int r, unsigned char opt, - const union value *, const struct dictionary *dict, + const union value *, const struct variable *, const struct fmt_spec *); void tab_fixed (struct tab_table *, int c, int r, unsigned char opt,