@@ -34,11 +34,11 @@ backLog: backlog] autorelease]; } - initWithClass: (Class)class_ { - Class c = isa; + Class c = [self class]; [self release]; @throw [OFNotImplementedException exceptionWithClass: c selector: _cmd]; }