diff options
Diffstat (limited to 'widgets/table/e-table-col.h')
-rw-r--r-- | widgets/table/e-table-col.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h index 485bd2d84c..dfeed6707c 100644 --- a/widgets/table/e-table-col.h +++ b/widgets/table/e-table-col.h @@ -63,6 +63,7 @@ typedef struct { unsigned int sortable:1; unsigned int groupable:1; int col_idx; + int compare_col; int priority; GtkJustification justification; |