[gtk+/treeview-refactor] Move the /*< private >*/ at the correct position



commit 002704fe25dfb3a8fe8735a6a8508c192c3b531e
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Nov 1 14:15:03 2010 +0100

    Move the /*< private >*/ at the correct position

 gtk/gtkgrid.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h
index 530ef0b..75be807 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;
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]