Seal priv pointer in GtkRecentChooserMenu.

svn path=/trunk/; revision=20577
This commit is contained in:
Tim Janik 2008-06-20 11:05:48 +00:00
parent a4ce0b6caa
commit e481c64df0

View File

@ -46,7 +46,7 @@ struct _GtkRecentChooserMenu
/*< private >*/
GtkMenu parent_instance;
GtkRecentChooserMenuPrivate *priv;
GtkRecentChooserMenuPrivate *GSEAL (priv);
};
struct _GtkRecentChooserMenuClass