diff options
Diffstat (limited to 'widgets/e-table/e-table-group-leaf.h')
-rw-r--r-- | widgets/e-table/e-table-group-leaf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/e-table/e-table-group-leaf.h b/widgets/e-table/e-table-group-leaf.h index 365f268307..1cc041206b 100644 --- a/widgets/e-table/e-table-group-leaf.h +++ b/widgets/e-table/e-table-group-leaf.h @@ -32,6 +32,8 @@ typedef struct { guint draw_grid : 1; guint draw_focus : 1; ETableCursorMode cursor_mode; + + ETableSelectionModel *table_selection_model; } ETableGroupLeaf; typedef struct { |