aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-call-factory.c')
-rw-r--r--libempathy/empathy-call-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c
index 08d35f0c2..f412139be 100644
--- a/libempathy/empathy-call-factory.c
+++ b/libempathy/empathy-call-factory.c
@@ -63,7 +63,7 @@ empathy_call_factory_constructor (GType type, guint n_construct_params,
call_factory = G_OBJECT_CLASS (empathy_call_factory_parent_class)->constructor
(type, n_construct_params, construct_params);
- g_object_add_weak_pointer (call_factory, (gpointer *)&call_factory);
+ g_object_add_weak_pointer (call_factory, (gpointer)&call_factory);
return call_factory;
}