summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfixed.h')
-rw-r--r--gtk/gtkfixed.h2
1 files changed, 1 insertions, 1 deletions
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