mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Seal priv pointer in GtkRecentChooserDialog.
svn path=/trunk/; revision=20576
This commit is contained in:
parent
7c1ed17d79
commit
a4ce0b6caa
@ -48,7 +48,7 @@ struct _GtkRecentChooserDialog
|
||||
/*< private >*/
|
||||
GtkDialog parent_instance;
|
||||
|
||||
GtkRecentChooserDialogPrivate *priv;
|
||||
GtkRecentChooserDialogPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkRecentChooserDialogClass
|
||||
|
Loading…
Reference in New Issue
Block a user