Don't access isa directly.
This commit is contained in:
parent
edadc4878b
commit
430bde693e
3 changed files with 35 additions and 31 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
- initWithClass: (Class)class_
|
||||
{
|
||||
Class c = isa;
|
||||
Class c = [self class];
|
||||
[self release];
|
||||
@throw [OFNotImplementedException exceptionWithClass: c
|
||||
selector: _cmd];
|
||||
|
|
Reference in a new issue