diff options
Diffstat (limited to 'gtk/gtkhbox.h')
-rw-r--r-- | gtk/gtkhbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbox.h b/gtk/gtkhbox.h index 4f27ea2935..ff78b282ad 100644 --- a/gtk/gtkhbox.h +++ b/gtk/gtkhbox.h @@ -59,7 +59,7 @@ struct _GtkHBoxClass }; -GtkType gtk_hbox_get_type (void); +GtkType gtk_hbox_get_type (void) G_GNUC_CONST; GtkWidget* gtk_hbox_new (gboolean homogeneous, gint spacing); |