aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/ea-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/ea-factory.h')
-rw-r--r--a11y/ea-factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/a11y/ea-factory.h b/a11y/ea-factory.h
index b156b3b4b2..f68b3a065b 100644
--- a/a11y/ea-factory.h
+++ b/a11y/ea-factory.h
@@ -30,7 +30,7 @@
#include <atk/atkobject.h>
#define EA_FACTORY_PARTA_GOBJECT(type, type_as_function, opt_create_accessible) \
-static AtkObject* \
+static AtkObject * \
type_as_function ## _factory_create_accessible (GObject *obj) \
{ \
AtkObject *accessible; \
@@ -40,7 +40,7 @@ type_as_function ## _factory_create_accessible (GObject *obj) \
}
#define EA_FACTORY_PARTA(type, type_as_function, opt_create_accessible) \
-static AtkObject* \
+static AtkObject * \
type_as_function ## _factory_create_accessible (GObject *obj) \
{ \
GtkWidget *widget; \