psppire-dict: Make PsppireDict not own its "struct dictionary".
[pspp] / src / ui / gui / psppire-val-chooser.h
index 6ef546ee55cc2a5782c0879a916ac38ce04cff6c..5c8175bae39c69f2744d83605613201cd0fdec14 100644 (file)
@@ -43,6 +43,7 @@ typedef struct _PsppireValChooserClass  PsppireValChooserClass;
 
 struct range_widgets
 {
+  GtkLabel *label;
   GtkToggleButton *rb;
   GtkEntry *e1;
   GtkEntry *e2;