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

This commit is contained in:
Paolo Borelli 2010-11-01 14:15:03 +01:00 committed by Tristan Van Berkom
parent 673e660edc
commit 002704fe25

View File

@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
struct _GtkGrid
{
/*< private >*/
GtkContainer container;
/*< private >*/
GtkGridPrivate *priv;
};