forked from AuroraMiddleware/gtk
Seal priv pointer in GtkRecentAction.
svn path=/trunk/; revision=20575
This commit is contained in:
parent
4778163777
commit
7c1ed17d79
@ -47,7 +47,7 @@ struct _GtkRecentAction
|
||||
GtkAction parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GtkRecentActionPrivate *priv;
|
||||
GtkRecentActionPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkRecentActionClass
|
||||
|
Loading…
Reference in New Issue
Block a user