diff options
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r-- | gtk/gtkclist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h index bb7b0798ec..7bd437c404 100644 --- a/gtk/gtkclist.h +++ b/gtk/gtkclist.h @@ -436,7 +436,7 @@ struct _GtkCell } u; }; -GtkType gtk_clist_get_type (void); +GtkType gtk_clist_get_type (void) G_GNUC_CONST; /* constructors useful for gtk-- wrappers */ void gtk_clist_construct (GtkCList *clist, |