diff options
Diffstat (limited to 'widgets/table/e-table-utils.c')
-rw-r--r-- | widgets/table/e-table-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-utils.c b/widgets/table/e-table-utils.c index 8d8b0ba09f..e54317ec8b 100644 --- a/widgets/table/e-table-utils.c +++ b/widgets/table/e-table-utils.c @@ -79,7 +79,7 @@ et_col_spec_to_col (ETableColumnSpecification *col_spec, { ETableCol *col = NULL; ECell *cell = NULL; - GCompareFunc compare = NULL; + GCompareDataFunc compare = NULL; ETableSearchFunc search = NULL; if (col_spec->cell) |