diff options
Diffstat (limited to 'e-util/e-table-sorting-utils.h')
-rw-r--r-- | e-util/e-table-sorting-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-table-sorting-utils.h b/e-util/e-table-sorting-utils.h index 2d5ccb4363..b1132d22b8 100644 --- a/e-util/e-table-sorting-utils.h +++ b/e-util/e-table-sorting-utils.h @@ -37,7 +37,7 @@ G_BEGIN_DECLS gboolean e_table_sorting_utils_affects_sort (ETableSortInfo *sort_info, ETableHeader *full_header, - gint col); + gint compare_col); void e_table_sorting_utils_sort (ETableModel *source, ETableSortInfo *sort_info, |