diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 10:59:17 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 10:59:17 +0000 |
commit | 7b287e64bc239d333b49444261d08982ae8b7c3a (patch) | |
tree | 7ccaa8e4568e88418a5bc824093a245c26cc2f93 /gtk/gtkcellview.h | |
parent | 5d0c759d3d2b5c1619d5f3884aeecb9b662aefe2 (diff) | |
download | gtk+-7b287e64bc239d333b49444261d08982ae8b7c3a.tar.gz |
Seal the private member.
* gtk/gtkcellview.h: Seal the private member.
svn path=/trunk/; revision=20505
Diffstat (limited to 'gtk/gtkcellview.h')
-rw-r--r-- | gtk/gtkcellview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellview.h b/gtk/gtkcellview.h index 790fc7fc27..a214fa8019 100644 --- a/gtk/gtkcellview.h +++ b/gtk/gtkcellview.h @@ -46,7 +46,7 @@ struct _GtkCellView GtkWidget parent_instance; /*< private >*/ - GtkCellViewPrivate *priv; + GtkCellViewPrivate *GSEAL (priv); }; struct _GtkCellViewClass |