aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sort-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sort-info.h')
-rw-r--r--widgets/table/e-table-sort-info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/e-table-sort-info.h b/widgets/table/e-table-sort-info.h
index 78ecbed29f..71822337b7 100644
--- a/widgets/table/e-table-sort-info.h
+++ b/widgets/table/e-table-sort-info.h
@@ -66,7 +66,8 @@ void e_table_sort_info_sorting_set_nth (ETableSortInfo *info,
ETableSortInfo *e_table_sort_info_new (void);
void e_table_sort_info_load_from_node (ETableSortInfo *info,
- xmlNode *node);
+ xmlNode *node,
+ gdouble state_version);
xmlNode *e_table_sort_info_save_to_node (ETableSortInfo *info,
xmlNode *parent);