PsppireValueEntry: Remove GNU_CONST declaration because it prevents the type being...
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 23 Apr 2012 18:34:57 +0000 (20:34 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 24 Apr 2012 19:05:23 +0000 (21:05 +0200)
src/ui/gui/psppire-value-entry.h

index 42821f385fa66e282ab28d67f81248ecc00c6589..d17d5ad1ea98962ff21dee6c7d3c9e3337eafe7b 100644 (file)
@@ -50,7 +50,8 @@ struct variable;
 typedef struct _PsppireValueEntry      PsppireValueEntry;
 typedef struct _PsppireValueEntryClass PsppireValueEntryClass;
 
-struct _PsppireValueEntry {
+struct _PsppireValueEntry 
+{
   GtkComboBoxEntry parent;
 
   gboolean show_value_label;
@@ -62,11 +63,12 @@ struct _PsppireValueEntry {
   const union value *cur_value;
 };
 
-struct _PsppireValueEntryClass {
+struct _PsppireValueEntryClass 
+{
   GtkComboBoxEntryClass parent_class;
 };
 
-GType psppire_value_entry_get_type (void) G_GNUC_CONST;
+GType psppire_value_entry_get_type (void);
 GtkWidget *psppire_value_entry_new (void);
 
 void psppire_value_entry_set_show_value_label (PsppireValueEntry *,