Fix bug in value labels dialog box
[pspp-builds.git] / src / ui / gui / missing-val-dialog.h
index 7dc079d731d342244ef256759acc9cc6cc23e1c4..82acf9757f0738eea85ec186a9a51047c18ebad3 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 */
+  PsppireDict *dict;
+
   /* local copy */
   struct missing_values mvl;