aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-state.h')
-rw-r--r--e-util/e-table-state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-table-state.h b/e-util/e-table-state.h
index cd5d3e97fe..be7800163b 100644
--- a/e-util/e-table-state.h
+++ b/e-util/e-table-state.h
@@ -26,6 +26,7 @@
#include <libxml/tree.h>
#include <e-util/e-table-sort-info.h>
+#include <e-util/e-table-column-specification.h>
/* Standard GObject macros */
#define E_TYPE_TABLE_STATE \
@@ -61,7 +62,7 @@ struct _ETableState {
ETableSortInfo *sort_info;
gint col_count;
- gint *columns;
+ ETableColumnSpecification **column_specs;
gdouble *expansions;
};