mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
gtk/gtkfilechooserdialog.h: seal the private member.
svn path=/trunk/; revision=20507
This commit is contained in:
parent
84086c1e07
commit
2d63684418
@ -45,7 +45,7 @@ struct _GtkFileChooserDialog
|
||||
{
|
||||
GtkDialog parent_instance;
|
||||
|
||||
GtkFileChooserDialogPrivate *priv;
|
||||
GtkFileChooserDialogPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkFileChooserDialogClass
|
||||
|
Loading…
Reference in New Issue
Block a user