summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 10:59:53 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 10:59:53 +0000
commit6e1e3c5942f502e1d2a36e18e0370c942fb548ba (patch)
tree1bd72b617be89bca805302c855eb12edfb14e9d4 /gtk/gtkfixed.h
parent2c8371202ae337bcd3e98a124a9559a66f434e09 (diff)
downloadgtk+-6e1e3c5942f502e1d2a36e18e0370c942fb548ba.tar.gz
*gtk/gtkfixed.h: seal members.
svn path=/trunk/; revision=20512
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