From: Paolo Borelli Date: Mon, 1 Nov 2010 13:15:03 +0000 (+0100) Subject: Move the /*< private >*/ at the correct position X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc;p=~andy%2Fgtk Move the /*< private >*/ at the correct position --- diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h index 530ef0be2..75be807e5 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; };