forked from AuroraMiddleware/gtk
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 >*/
|
||||
GtkMenu parent_instance;
|
||||
|
||||
GtkRecentChooserMenuPrivate *priv;
|
||||
GtkRecentChooserMenuPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkRecentChooserMenuClass
|
||||
|
Loading…
Reference in New Issue
Block a user