diff options
Diffstat (limited to 'a11y/e-table/gal-a11y-e-cell-text.h')
-rw-r--r-- | a11y/e-table/gal-a11y-e-cell-text.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/a11y/e-table/gal-a11y-e-cell-text.h b/a11y/e-table/gal-a11y-e-cell-text.h index 3d9a4447be..50056476c3 100644 --- a/a11y/e-table/gal-a11y-e-cell-text.h +++ b/a11y/e-table/gal-a11y-e-cell-text.h @@ -29,6 +29,8 @@ typedef struct _GalA11yECellTextPrivate GalA11yECellTextPrivate; **/ struct _GalA11yECellText { GalA11yECell object; + gint inserted_id; + gint deleted_id; }; struct _GalA11yECellTextClass { |