Don't access isa directly.
This commit is contained in:
parent
867450105e
commit
f590ff46fe
10 changed files with 43 additions and 40 deletions
|
@ -213,7 +213,8 @@
|
|||
- (void)setDataStorage: (id <XMPPStorage>)dataStorage_
|
||||
{
|
||||
if (rosterRequested)
|
||||
@throw [OFInvalidArgumentException exceptionWithClass: isa];
|
||||
@throw [OFInvalidArgumentException
|
||||
exceptionWithClass: [self class]];
|
||||
|
||||
dataStorage = dataStorage_;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue