diff options
Diffstat (limited to 'widgets/table/e-table-group-leaf.h')
-rw-r--r-- | widgets/table/e-table-group-leaf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h index 3ceedbe8a2..680ee37347 100644 --- a/widgets/table/e-table-group-leaf.h +++ b/widgets/table/e-table-group-leaf.h @@ -34,7 +34,7 @@ typedef struct { guint draw_grid : 1; guint draw_focus : 1; - ETableCursorMode cursor_mode; + ECursorMode cursor_mode; ETableSelectionModel *table_selection_model; } ETableGroupLeaf; |