diff options
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r-- | gtk/gtktreestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c index de76a8f045..bbf6e5d9a9 100644 --- a/gtk/gtktreestore.c +++ b/gtk/gtktreestore.c @@ -65,12 +65,12 @@ struct _GtkTreeStorePrivate { gint stamp; + GtkSortType order; gpointer root; gpointer last; gint n_columns; gint sort_column_id; GList *sort_list; - GtkSortType order; GType *column_headers; GtkTreeIterCompareFunc default_sort_func; gpointer default_sort_data; |