Convert to utf8 in data_out function.
[pspp-builds.git] / src / ui / gui / missing-val-dialog.h
index 7dc079d731d342244ef256759acc9cc6cc23e1c4..bbf36f26bf2d8de811f759441eaa2c1f3d3117d6 100644 (file)
@@ -32,6 +32,9 @@ struct missing_val_dialog
   /* The variable whose missing values are to be updated */
   struct variable *pv;
 
+  /* The dictionary to which that value belongs */
+  const struct dictionary *dict;
+
   /* local copy */
   struct missing_values mvl;