Seal priv pointer in GtkExpander.

svn path=/trunk/; revision=20561
This commit is contained in:
Tim Janik 2008-06-20 11:04:23 +00:00
parent ebdc9e8221
commit fa16b40f56

View File

@ -47,7 +47,7 @@ struct _GtkExpander
{
GtkBin bin;
GtkExpanderPrivate *priv;
GtkExpanderPrivate *GSEAL (priv);
};
struct _GtkExpanderClass