forked from AuroraMiddleware/gtk
Seal priv pointer in GtkPageSetupUnixDialog.
svn path=/trunk/; revision=20570
This commit is contained in:
parent
4e730b98bf
commit
87943a277b
@ -44,7 +44,7 @@ struct _GtkPageSetupUnixDialog
|
||||
{
|
||||
GtkDialog parent_instance;
|
||||
|
||||
GtkPageSetupUnixDialogPrivate *priv;
|
||||
GtkPageSetupUnixDialogPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkPageSetupUnixDialogClass
|
||||
|
Loading…
Reference in New Issue
Block a user