summaryrefslogtreecommitdiff
path: root/champlain/champlain-map-source-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'champlain/champlain-map-source-factory.c')
-rw-r--r--champlain/champlain-map-source-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/champlain/champlain-map-source-factory.c b/champlain/champlain-map-source-factory.c
index 8efaa89..48825a9 100644
--- a/champlain/champlain-map-source-factory.c
+++ b/champlain/champlain-map-source-factory.c
@@ -119,7 +119,7 @@ champlain_map_source_factory_constructor (GType type,
}
else
{
- retval = g_object_ref (instance);
+ retval = G_OBJECT( g_object_ref (instance));
}
return retval;