X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-value-entry.h;h=940de30b27cbc0bc8f632b7a9195ec425c0e34ef;hb=2db8b20dbf5b3ab77430cc0c6a562fc17fe03e83;hp=73fe14c3b9b1dbff231bf6b914d2c13935a8e15f;hpb=0df9cdd3df66caf4353128feff3008289cda8115;p=pspp diff --git a/src/ui/gui/psppire-value-entry.h b/src/ui/gui/psppire-value-entry.h index 73fe14c3b9..940de30b27 100644 --- a/src/ui/gui/psppire-value-entry.h +++ b/src/ui/gui/psppire-value-entry.h @@ -50,7 +50,7 @@ struct variable; typedef struct _PsppireValueEntry PsppireValueEntry; typedef struct _PsppireValueEntryClass PsppireValueEntryClass; -struct _PsppireValueEntry +struct _PsppireValueEntry { GtkComboBox parent; @@ -63,7 +63,7 @@ struct _PsppireValueEntry const union value *cur_value; }; -struct _PsppireValueEntryClass +struct _PsppireValueEntryClass { GtkComboBoxClass parent_class; };