summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkgrid.h')
-rw-r--r--gtk/gtkgrid.h2
1 files changed, 1 insertions, 1 deletions
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;
};