diff options
Diffstat (limited to 'a11y/e-table/gal-a11y-e-cell-tree.h')
-rw-r--r-- | a11y/e-table/gal-a11y-e-cell-tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/a11y/e-table/gal-a11y-e-cell-tree.h b/a11y/e-table/gal-a11y-e-cell-tree.h index 4d48b66de4..355670b5a4 100644 --- a/a11y/e-table/gal-a11y-e-cell-tree.h +++ b/a11y/e-table/gal-a11y-e-cell-tree.h @@ -29,6 +29,8 @@ typedef struct _GalA11yECellTreePrivate GalA11yECellTreePrivate; **/ struct _GalA11yECellTree { GalA11yECell object; + + int model_row_changed_id; }; struct _GalA11yECellTreeClass { |