Make XMPPJID conform to OFCopying.
This commit is contained in:
parent
a2cf5e17e7
commit
f3109b1c7a
2 changed files with 17 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
/**
|
||||
* \brief A class for easy handling of JIDs.
|
||||
*/
|
||||
@interface XMPPJID: OFObject
|
||||
@interface XMPPJID: OFObject <OFCopying>
|
||||
{
|
||||
/// The JID's localpart
|
||||
OFString *node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue