forked from AuroraMiddleware/gtk
Seal the private member.
* gtk/gtkcellview.h: Seal the private member. svn path=/trunk/; revision=20505
This commit is contained in:
parent
5d0c759d3d
commit
7b287e64bc
@ -46,7 +46,7 @@ struct _GtkCellView
|
||||
GtkWidget parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GtkCellViewPrivate *priv;
|
||||
GtkCellViewPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkCellViewClass
|
||||
|
Loading…
Reference in New Issue
Block a user