diff options
Diffstat (limited to 'a11y/e-text/gal-a11y-e-text-factory.h')
-rw-r--r-- | a11y/e-text/gal-a11y-e-text-factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/a11y/e-text/gal-a11y-e-text-factory.h b/a11y/e-text/gal-a11y-e-text-factory.h index 2b945dbd94..56a8d29ab9 100644 --- a/a11y/e-text/gal-a11y-e-text-factory.h +++ b/a11y/e-text/gal-a11y-e-text-factory.h @@ -22,11 +22,11 @@ typedef struct _GalA11yETextFactory GalA11yETextFactory; typedef struct _GalA11yETextFactoryClass GalA11yETextFactoryClass; struct _GalA11yETextFactory { - AtkObject object; + AtkObjectFactory object; }; struct _GalA11yETextFactoryClass { - AtkObjectClass parent_class; + AtkObjectFactoryClass parent_class; }; |