dictionary: Make dict_get_weight_format() return by value, not pointer.
[pspp] / src / language / commands / oneway.c
index 49b06c73d292582c07abc3f9ba8ff8cda817b1be..ba4e1c1395006eca0637ef39bb8e6a36123f0f80 100644 (file)
@@ -139,7 +139,7 @@ struct oneway_spec
 
   /* The weight variable */
   const struct variable *wv;
-  const struct fmt_spec *wfmt;
+  const struct fmt_spec wfmt;
 
   /* The confidence level for multiple comparisons */
   double alpha;