diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-07-14 02:15:25 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-14 02:24:58 +0200 |
commit | aedc5e967f0437b28cb230f98ea9dbff6efad5e3 (patch) | |
tree | 55ae3696ade637d611748f45eae141983cdbc2c4 /gtk/gtktoolitem.h | |
parent | c90ca18c2f2a6bbe3e455c339aa4a64a153c3402 (diff) | |
download | gtk+-aedc5e967f0437b28cb230f98ea9dbff6efad5e3.tar.gz |
GtkToolItem: unseal private pointer
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 1e1ecbfc3d..718e5f953f 100644 --- a/gtk/gtktoolitem.h +++ b/gtk/gtktoolitem.h @@ -49,7 +49,7 @@ struct _GtkToolItem GtkBin parent; /*< private >*/ - GtkToolItemPrivate *GSEAL (priv); + GtkToolItemPrivate *priv; }; struct _GtkToolItemClass |