Seal priv pointer in GtkExpander.
svn path=/trunk/; revision=20561
This commit is contained in:
parent
ebdc9e8221
commit
fa16b40f56
@ -47,7 +47,7 @@ struct _GtkExpander
|
|||||||
{
|
{
|
||||||
GtkBin bin;
|
GtkBin bin;
|
||||||
|
|
||||||
GtkExpanderPrivate *priv;
|
GtkExpanderPrivate *GSEAL (priv);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkExpanderClass
|
struct _GtkExpanderClass
|
||||||
|
Loading…
Reference in New Issue
Block a user