summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkliststore.h')
-rw-r--r--gtk/gtkliststore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkliststore.h b/gtk/gtkliststore.h
index af19c45544..0d893b8484 100644
--- a/gtk/gtkliststore.h
+++ b/gtk/gtkliststore.h
@@ -59,7 +59,7 @@ struct _GtkListStore
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 _GtkListStoreClass