gtkrecentchooserdialog: unseal private pointer
This commit is contained in:
@ -45,10 +45,10 @@ typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate;
|
||||
|
||||
struct _GtkRecentChooserDialog
|
||||
{
|
||||
/*< private >*/
|
||||
GtkDialog parent_instance;
|
||||
|
||||
GtkRecentChooserDialogPrivate *GSEAL (priv);
|
||||
/*< private >*/
|
||||
GtkRecentChooserDialogPrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkRecentChooserDialogClass
|
||||
|
||||
Reference in New Issue
Block a user