summaryrefslogtreecommitdiff
path: root/atk/atkobjectfactory.c
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkobjectfactory.c')
-rwxr-xr-xatk/atkobjectfactory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobjectfactory.c b/atk/atkobjectfactory.c
index 14c7615..c50dddf 100755
--- a/atk/atkobjectfactory.c
+++ b/atk/atkobjectfactory.c
@@ -52,7 +52,7 @@ atk_object_factory_get_type (void)
static void
atk_object_factory_class_init (AtkObjectFactoryClass *klass)
{
- parent_class = g_type_class_ref (G_TYPE_OBJECT);
+ parent_class = g_type_class_peek_parent (klass);
}