@@ -15,11 +15,11 @@ #import "OFExceptions.h" @implementation OFList + list { - return [[[OFList alloc] init] autorelease]; + return [[[self alloc] init] autorelease]; } - init { self = [super init];