diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:06:09 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:06:09 +0000 |
commit | b0e2c53e0af2bbd7ba8f3944f531c45928e0a90c (patch) | |
tree | 3bccc308a98eca000c2797511416a1d7f6f2dd42 /gtk/gtkseparatortoolitem.h | |
parent | 82ab66057f9fdca94868b380015678f0321eca19 (diff) | |
download | gtk+-b0e2c53e0af2bbd7ba8f3944f531c45928e0a90c.tar.gz |
Seal priv pointer in GtkSeparatorToolItem.
svn path=/trunk/; revision=20581
Diffstat (limited to 'gtk/gtkseparatortoolitem.h')
-rw-r--r-- | gtk/gtkseparatortoolitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparatortoolitem.h b/gtk/gtkseparatortoolitem.h index d88ff88dcd..f015f65443 100644 --- a/gtk/gtkseparatortoolitem.h +++ b/gtk/gtkseparatortoolitem.h @@ -46,7 +46,7 @@ struct _GtkSeparatorToolItem GtkToolItem parent; /*< private >*/ - GtkSeparatorToolItemPrivate *priv; + GtkSeparatorToolItemPrivate *GSEAL (priv); }; struct _GtkSeparatorToolItemClass |