From c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Mon, 1 Nov 2010 14:15:03 +0100 Subject: [PATCH] Move the /*< private >*/ at the correct position --- gtk/gtkgrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h index 530ef0be25..75be807e5b 100644 --- a/gtk/gtkgrid.h +++ b/gtk/gtkgrid.h @@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass; struct _GtkGrid { - /*< private >*/ GtkContainer container; + /*< private >*/ GtkGridPrivate *priv; };