tab: Make tab_value() take a variable instead of a dictionary.
[pspp-builds.git] / src / output / tab.h
index 7ac85187f833b0bdb7818be7efdb5bef057395ff..dd6840c63cad291ea4354dba84030a593fc53dff 100644 (file)
@@ -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,