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