Fix bug in value labels dialog box
[pspp-builds.git] / src / ui / gui / missing-val-dialog.h
index bbf36f26bf2d8de811f759441eaa2c1f3d3117d6..82acf9757f0738eea85ec186a9a51047c18ebad3 100644 (file)
@@ -33,7 +33,7 @@ struct missing_val_dialog
   struct variable *pv;
 
   /* The dictionary to which that value belongs */
-  const struct dictionary *dict;
+  PsppireDict *dict;
 
   /* local copy */
   struct missing_values mvl;