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=40c169c1409b0f16e6ee8f0ceaa0ce6937c90a5c;hp=73fe14c3b9b1dbff231bf6b914d2c13935a8e15f;hpb=ab97e700f033db654e2f44919c73973d13b0c522;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; };