diff options
Diffstat (limited to 'widgets/table/e-table-specification.h')
-rw-r--r-- | widgets/table/e-table-specification.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h index feba63cc7a..c6cbb27dcf 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -4,6 +4,7 @@ #include <gtk/gtkobject.h> #include <gnome-xml/tree.h> +#include <gal/widgets/e-selection-model.h> #include <gal/e-table/e-table-state.h> #include <gal/e-table/e-table-column-specification.h> #include <gal/e-table/e-table-defines.h> @@ -30,7 +31,7 @@ typedef struct { guint draw_focus : 1; guint horizontal_scrolling : 1; GtkSelectionMode selection_mode; - ETableCursorMode cursor_mode; + ECursorMode cursor_mode; char *click_to_add_message; } ETableSpecification; |