diff options
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 6992cb0701..220969eb64 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -110,7 +110,7 @@ struct _GtkSpinButtonClass }; -GtkType gtk_spin_button_get_type (void); +GtkType gtk_spin_button_get_type (void) G_GNUC_CONST; void gtk_spin_button_configure (GtkSpinButton *spin_button, GtkAdjustment *adjustment, |