forked from AuroraMiddleware/gtk
Seal priv pointer in GtkAboutDialog.
svn path=/trunk/; revision=20552
This commit is contained in:
parent
3d2531e624
commit
f5e718b985
@ -48,7 +48,7 @@ struct _GtkAboutDialog
|
|||||||
GtkDialog parent_instance;
|
GtkDialog parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
gpointer private_data;
|
gpointer GSEAL (private_data);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkAboutDialogClass
|
struct _GtkAboutDialogClass
|
||||||
|
Loading…
Reference in New Issue
Block a user