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