libpurple/protocols/zephyr/zephyr.c

changeset 39833
cd90938cd6f7
parent 39831
c7e0d1617aae
child 39896
e94146df6f96
--- a/libpurple/protocols/zephyr/zephyr.c	Mon Sep 16 20:47:19 2019 -0400
+++ b/libpurple/protocols/zephyr/zephyr.c	Mon Sep 16 21:08:27 2019 -0400
@@ -2262,7 +2262,7 @@
 		return who;
 	}
 
-	gc = purple_account_get_connection(account);
+	gc = purple_account_get_connection((PurpleAccount *)account);
 	if (gc == NULL)
 		return NULL;
 

mercurial