aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-state.h')
-rw-r--r--widgets/table/e-table-state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-state.h b/widgets/table/e-table-state.h
index da3f11b93c..082bb17ad7 100644
--- a/widgets/table/e-table-state.h
+++ b/widgets/table/e-table-state.h
@@ -42,7 +42,7 @@ typedef struct {
ETableSortInfo *sort_info;
gint col_count;
gint *columns;
- double *expansions;
+ gdouble *expansions;
} ETableState;
typedef struct {