Seal priv pointer in GtkRecentChooserMenu.
svn path=/trunk/; revision=20577
This commit is contained in:
parent
a4ce0b6caa
commit
e481c64df0
@ -46,7 +46,7 @@ struct _GtkRecentChooserMenu
|
|||||||
/*< private >*/
|
/*< private >*/
|
||||||
GtkMenu parent_instance;
|
GtkMenu parent_instance;
|
||||||
|
|
||||||
GtkRecentChooserMenuPrivate *priv;
|
GtkRecentChooserMenuPrivate *GSEAL (priv);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkRecentChooserMenuClass
|
struct _GtkRecentChooserMenuClass
|
||||||
|
Loading…
Reference in New Issue
Block a user