gtkprinter: unseal private pointer

This commit is contained in:
Javier Jardón
2010-07-07 03:54:48 +02:00
parent 168fbac7f6
commit e3a4dfe0e1
2 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,8 @@ struct _GtkPrinter
{
GObject parent_instance;
GtkPrinterPrivate *GSEAL (priv);
/* <private> */
GtkPrinterPrivate *priv;
};
struct _GtkPrinterClass