aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-leaf.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group-leaf.h')
-rw-r--r--widgets/table/e-table-group-leaf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h
index 365f268307..1cc041206b 100644
--- a/widgets/table/e-table-group-leaf.h
+++ b/widgets/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 {