diff options
Diffstat (limited to 'gtk/gtkbox.h')
-rw-r--r-- | gtk/gtkbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index 3110fa3a05..28d42a3e37 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -58,7 +58,7 @@ struct _GtkBox /*< public >*/ GList *GSEAL (children); gint16 GSEAL (spacing); - guint GSEAL (homogeneous : 1); + guint GSEAL (homogeneous) : 1; }; struct _GtkBoxClass |