diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:06:30 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:06:30 +0000 |
commit | 8fce68165376ad13258bf65b05124fe93c1d1026 (patch) | |
tree | 0fcb725d6959f059eae50c0b267aa63592a20b13 /gtk/gtktoolitem.h | |
parent | c5d557cf7c0ebadf054ae02b393edf5f1b28b908 (diff) | |
download | gtk+-8fce68165376ad13258bf65b05124fe93c1d1026.tar.gz |
Seal priv pointer in GtkToolItem.
svn path=/trunk/; revision=20585
Diffstat (limited to 'gtk/gtktoolitem.h')
-rw-r--r-- | gtk/gtktoolitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h index 865d02d306..5432a2b6c6 100644 --- a/gtk/gtktoolitem.h +++ b/gtk/gtktoolitem.h @@ -49,7 +49,7 @@ struct _GtkToolItem GtkBin parent; /*< private >*/ - GtkToolItemPrivate *priv; + GtkToolItemPrivate *GSEAL (priv); }; struct _GtkToolItemClass |