Seal the private member.

* gtk/gtkcellview.h: Seal the private member.

svn path=/trunk/; revision=20505
This commit is contained in:
Tim Janik 2008-06-20 10:59:17 +00:00
parent 5d0c759d3d
commit 7b287e64bc

View File

@ -46,7 +46,7 @@ struct _GtkCellView
GtkWidget parent_instance;
/*< private >*/
GtkCellViewPrivate *priv;
GtkCellViewPrivate *GSEAL (priv);
};
struct _GtkCellViewClass