diff options
Diffstat (limited to 'gtk/gtkvseparator.h')
-rw-r--r-- | gtk/gtkvseparator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkvseparator.h b/gtk/gtkvseparator.h index 70924a8bc2..69c3ac8756 100644 --- a/gtk/gtkvseparator.h +++ b/gtk/gtkvseparator.h @@ -59,7 +59,7 @@ struct _GtkVSeparatorClass }; -GtkType gtk_vseparator_get_type (void); +GtkType gtk_vseparator_get_type (void) G_GNUC_CONST; GtkWidget* gtk_vseparator_new (void); |