forked from AuroraMiddleware/gtk
Seal priv pointer in GtkSeparatorToolItem.
svn path=/trunk/; revision=20581
This commit is contained in:
parent
82ab66057f
commit
b0e2c53e0a
@ -46,7 +46,7 @@ struct _GtkSeparatorToolItem
|
||||
GtkToolItem parent;
|
||||
|
||||
/*< private >*/
|
||||
GtkSeparatorToolItemPrivate *priv;
|
||||
GtkSeparatorToolItemPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkSeparatorToolItemClass
|
||||
|
Loading…
Reference in New Issue
Block a user