mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
Seal priv pointer in GtkPrintOperation.
svn path=/trunk/; revision=20572
This commit is contained in:
parent
ed2f8eedec
commit
cedbe79537
@ -79,7 +79,7 @@ struct _GtkPrintOperation
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
||||
GtkPrintOperationPrivate *priv;
|
||||
GtkPrintOperationPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkPrintOperationClass
|
||||
|
Loading…
Reference in New Issue
Block a user