forked from AuroraMiddleware/gtk
Move the /*< private >*/ at the correct position
This commit is contained in:
parent
8eee2f9bce
commit
c59ca4f6b9
@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
|
||||
|
||||
struct _GtkGrid
|
||||
{
|
||||
/*< private >*/
|
||||
GtkContainer container;
|
||||
|
||||
/*< private >*/
|
||||
GtkGridPrivate *priv;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user