Skip to content

Commit d5d04f3

Browse files
committed
Fixing compiler error
1 parent b793e60 commit d5d04f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/XMPPParser.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ static void xmpp_onDidReadRoot(XMPPParser *parser, xmlNodePtr root)
335335
{
336336
NSXMLElement *nsRoot = xmpp_nsxmlFromLibxml(root);
337337

338-
__strong id delegate = parser->delegate;
338+
__strong id theDelegate = parser->delegate;
339339

340340
dispatch_async(parser->delegateQueue, ^{ @autoreleasepool {
341341

0 commit comments

Comments
 (0)