X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-val-chooser.h;h=0f487a45db1155d4c4dc8c6aaff7061dd1d1bd36;hb=e68c7dc4ee34b592d1b4723c311fcc1a94c449e0;hp=6ef546ee55cc2a5782c0879a916ac38ce04cff6c;hpb=4233ff9b1569035a8b748b3695cb865e6412e5b2;p=pspp diff --git a/src/ui/gui/psppire-val-chooser.h b/src/ui/gui/psppire-val-chooser.h index 6ef546ee55..0f487a45db 100644 --- a/src/ui/gui/psppire-val-chooser.h +++ b/src/ui/gui/psppire-val-chooser.h @@ -43,6 +43,7 @@ typedef struct _PsppireValChooserClass PsppireValChooserClass; struct range_widgets { + GtkLabel *label; GtkToggleButton *rb; GtkEntry *e1; GtkEntry *e2; @@ -94,7 +95,8 @@ struct old_value GType old_value_get_type (void); -void old_value_append_syntax (GString *str, const struct old_value *ov); +struct string; +void old_value_append_syntax (struct string *str, const struct old_value *ov); void psppire_val_chooser_get_status (PsppireValChooser *vr, struct old_value *ov); void psppire_val_chooser_set_status (PsppireValChooser *vr, const struct old_value *ov);