Seal priv pointer in GtkSeparatorToolItem.

svn path=/trunk/; revision=20581
This commit is contained in:
Tim Janik 2008-06-20 11:06:09 +00:00
parent 82ab66057f
commit b0e2c53e0a

View File

@ -46,7 +46,7 @@ struct _GtkSeparatorToolItem
GtkToolItem parent; GtkToolItem parent;
/*< private >*/ /*< private >*/
GtkSeparatorToolItemPrivate *priv; GtkSeparatorToolItemPrivate *GSEAL (priv);
}; };
struct _GtkSeparatorToolItemClass struct _GtkSeparatorToolItemClass