mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
Seal priv pointer in GtkPrintUnixDialog.
svn path=/trunk/; revision=20573
This commit is contained in:
parent
cedbe79537
commit
63752366a6
@ -46,7 +46,7 @@ struct _GtkPrintUnixDialog
|
||||
{
|
||||
GtkDialog parent_instance;
|
||||
|
||||
GtkPrintUnixDialogPrivate *priv;
|
||||
GtkPrintUnixDialogPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkPrintUnixDialogClass
|
||||
|
Loading…
Reference in New Issue
Block a user