Adjust to ObjFW changes
This commit is contained in:
parent
3d0573f432
commit
a623ca01d8
3 changed files with 6 additions and 4 deletions
|
@ -129,7 +129,7 @@
|
|||
if (object == self)
|
||||
return OF_ORDERED_SAME;
|
||||
|
||||
if (![object isKindOfClass: [XMPPDiscoIdentity class]])
|
||||
if (![(id)object isKindOfClass: [XMPPDiscoIdentity class]])
|
||||
@throw [OFInvalidArgumentException exception];
|
||||
|
||||
identity = (XMPPDiscoIdentity *)object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue