diff options
Diffstat (limited to 'libempathy/empathy-chatroom-manager.c')
-rw-r--r-- | libempathy/empathy-chatroom-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-chatroom-manager.c b/libempathy/empathy-chatroom-manager.c index fdc6f3c0c..6765d9e48 100644 --- a/libempathy/empathy-chatroom-manager.c +++ b/libempathy/empathy-chatroom-manager.c @@ -139,7 +139,7 @@ empathy_chatroom_manager_constructor (GType type, priv = GET_PRIV (self); chatroom_manager_singleton = self; - g_object_add_weak_pointer (obj, (gpointer *) &chatroom_manager_singleton); + g_object_add_weak_pointer (obj, (gpointer) &chatroom_manager_singleton); if (priv->file == NULL) { |