diff options
Diffstat (limited to 'gtk/gtkhseparator.h')
-rw-r--r-- | gtk/gtkhseparator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhseparator.h b/gtk/gtkhseparator.h index 5f11906fd1..b98abd2b19 100644 --- a/gtk/gtkhseparator.h +++ b/gtk/gtkhseparator.h @@ -59,7 +59,7 @@ struct _GtkHSeparatorClass }; -GtkType gtk_hseparator_get_type (void); +GtkType gtk_hseparator_get_type (void) G_GNUC_CONST; GtkWidget* gtk_hseparator_new (void); |