Fix argument checking for XMPPDiscoEntity
This commit is contained in:
parent
9ae39edeb4
commit
fac12cfde9
2 changed files with 4 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
*/
|
||||
+ (instancetype)discoNodeWithJID: (XMPPJID*)JID
|
||||
node: (OFString*)node
|
||||
name: (OFString*)name;
|
||||
name: (OFString*)name;
|
||||
|
||||
/**
|
||||
* \brief Initializes an already allocated XMPPDiscoNode with the specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue