src/ui/gui/psppire-text-file.c (read_lines): Use const int instead of enum
[pspp] / src / ui / gui / psppire-dialog-action-indep-samps.h
index 672a40307448f3e0fdcb1abd9a65c157c40d73f5..e6ae0aaef02598959a52176a06561137b3f3b211 100644 (file)
@@ -75,7 +75,7 @@ struct _PsppireDialogActionIndepSamps
   GtkWidget *options_button;
 
   /* The variable which determines to which group a datum belongs */
-  const struct variable *grp_var;
+  struct variable *grp_var;
   int grp_var_width;
 
   /* The GtkEntry which holds the reference to the above variable */