mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
Move the /*< private >*/ at the correct position
This commit is contained in:
parent
673e660edc
commit
002704fe25
@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
|
||||
|
||||
struct _GtkGrid
|
||||
{
|
||||
/*< private >*/
|
||||
GtkContainer container;
|
||||
|
||||
/*< private >*/
|
||||
GtkGridPrivate *priv;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user