From 6e1e3c5942f502e1d2a36e18e0370c942fb548ba Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 10:59:53 +0000 Subject: [PATCH] *gtk/gtkfixed.h: seal members. svn path=/trunk/; revision=20512 --- gtk/gtkfixed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h index cea5adaa5e..645a272e68 100644 --- a/gtk/gtkfixed.h +++ b/gtk/gtkfixed.h @@ -54,7 +54,7 @@ struct _GtkFixed { GtkContainer container; - GList *children; + GList *GSEAL (children); }; struct _GtkFixedClass