Seal priv pointer in GtkPrinter.
svn path=/trunk/; revision=20571
This commit is contained in:
parent
87943a277b
commit
ed2f8eedec
@ -67,7 +67,7 @@ struct _GtkPrinter
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
||||
GtkPrinterPrivate *priv;
|
||||
GtkPrinterPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkPrinterClass
|
||||
|
Loading…
Reference in New Issue
Block a user