X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=0bf7e979cbaa2695dac8bc2c010df801657113dd;hb=db83cfb8d09e5ef9aecd905e7fd6ac7973088bed;hp=26a5dac4fd33f79c30545d1d3dae304727c71bdd;hpb=17ca35e4ca8abf4ba0c0ae82920b985fa17648cf;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 26a5dac4fd..0bf7e979cb 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -1,4 +1,4 @@ -/* +/* PSPP - a program for statistical analysis. Copyright (C) 2017 Free Software Foundation, Inc. @@ -171,9 +171,9 @@ enum_to_string (const GValue *src, GValue *dest) -GType align_enum_type; -GType measure_enum_type; -GType role_enum_type; +extern GType align_enum_type; +extern GType measure_enum_type; +extern GType role_enum_type; extern const GEnumValue align[]; @@ -207,7 +207,7 @@ preregister_widgets (void) psppire_val_chooser_get_type (); psppire_dialog_get_type (); psppire_selector_get_type (); - psppire_buttonbox_get_type (); + psppire_button_box_get_type (); psppire_keypad_get_type (); psppire_acr_get_type (); psppire_dict_view_get_type ();