From 1f1e7c37ad31f0eefb525129775ac40c161bdba0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 3 Nov 2010 03:37:13 +0100 Subject: [PATCH] Revert "Move the /*< private >*/ at the correct position" All the object structures is opaque This reverts commit c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc. --- gtk/gtkgrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h index 75be807e5..530ef0be2 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; }; -- 2.43.2