]> Pileus Git - ~andy/gtk/commitdiff
Move the /*< private >*/ at the correct position
authorPaolo Borelli <pborelli@gnome.org>
Mon, 1 Nov 2010 13:15:03 +0000 (14:15 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Mon, 1 Nov 2010 13:15:03 +0000 (14:15 +0100)
gtk/gtkgrid.h

index 530ef0be25caa953c1b4e935aed441e93988455c..75be807e5be407aa49ba78bca8d5bf8d64627ac2 100644 (file)
@@ -45,9 +45,9 @@ typedef struct _GtkGridClass         GtkGridClass;
 
 struct _GtkGrid
 {
-  /*< private >*/
   GtkContainer container;
 
+  /*< private >*/
   GtkGridPrivate *priv;
 };