aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/gal-a11y-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/gal-a11y-factory.h')
-rw-r--r--a11y/gal-a11y-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/gal-a11y-factory.h b/a11y/gal-a11y-factory.h
index b5df8539b6..3c774dd52c 100644
--- a/a11y/gal-a11y-factory.h
+++ b/a11y/gal-a11y-factory.h
@@ -69,7 +69,7 @@ type_as_function ## _factory_get_type (void) \
static const GTypeInfo tinfo = \
{ \
sizeof (AtkObjectFactoryClass), \
- NULL, NULL, (GClassInitFunc) type_as_function ## _factory_class_init, \
+ NULL, NULL, (GClassInitFunc) type_as_function ## _factory_class_init, \
NULL, NULL, sizeof (AtkObjectFactory), 0, NULL, NULL \
}; \
\