diff options
Diffstat (limited to 'gtk/gtktreestore.h')
-rw-r--r-- | gtk/gtktreestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreestore.h b/gtk/gtktreestore.h index 8fdb720544..d14de83e9f 100644 --- a/gtk/gtktreestore.h +++ b/gtk/gtktreestore.h @@ -58,7 +58,7 @@ struct _GtkTreeStore GtkTreeIterCompareFunc GSEAL (default_sort_func); gpointer GSEAL (default_sort_data); GtkDestroyNotify GSEAL (default_sort_destroy); - guint GSEAL (columns_dirty : 1); + guint GSEAL (columns_dirty) : 1; }; struct _GtkTreeStoreClass |