Seal priv pointer in GtkAboutDialog.

svn path=/trunk/; revision=20552
This commit is contained in:
Tim Janik 2008-06-20 11:03:36 +00:00
parent 3d2531e624
commit f5e718b985

View File

@ -48,7 +48,7 @@ struct _GtkAboutDialog
GtkDialog parent_instance;
/*< private >*/
gpointer private_data;
gpointer GSEAL (private_data);
};
struct _GtkAboutDialogClass