diff options
author | Paolo Borelli <pborelli@gnome.org> | 2010-11-01 14:15:03 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-11-02 12:04:37 +0900 |
commit | 002704fe25dfb3a8fe8735a6a8508c192c3b531e (patch) | |
tree | 9e639a6eac0a95195a79e95c0e7c523356ab57e8 /gtk/gtkgrid.h | |
parent | 673e660edc33db70ab222a1b7682a7ee4d608bd1 (diff) | |
download | gtk+-002704fe25dfb3a8fe8735a6a8508c192c3b531e.tar.gz |
Move the /*< private >*/ at the correct position
Diffstat (limited to 'gtk/gtkgrid.h')
-rw-r--r-- | gtk/gtkgrid.h | 2 |
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; }; |