dictionary: Make dict_get_weight_format() return by value, not pointer.
[pspp] / src / language / commands / npar-summary.h
index 3955bd64119d054ff6318b7b97849fce14b5edb0..003cf89e9f86ef6fda55c41eda0a3bc07cb03398 100644 (file)
@@ -37,7 +37,7 @@ void
 do_summary_box (const struct descriptives *desc,
                const struct variable *const *vv,
                int n_vars,
-                const struct fmt_spec *wfmt);
+                const struct fmt_spec wfmt);
 
 void npar_summary_calc_descriptives (struct descriptives *desc,
                                     struct casereader *input,