forked from AuroraMiddleware/gtk
Seal priv pointer in GtkRecentChooserWidget.
svn path=/trunk/; revision=20578
This commit is contained in:
parent
e481c64df0
commit
0155de729c
@ -47,7 +47,7 @@ struct _GtkRecentChooserWidget
|
||||
/*< private >*/
|
||||
GtkVBox parent_instance;
|
||||
|
||||
GtkRecentChooserWidgetPrivate *priv;
|
||||
GtkRecentChooserWidgetPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkRecentChooserWidgetClass
|
||||
|
Loading…
Reference in New Issue
Block a user