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