@@ -20,10 +20,10 @@ #import "OFArray+NSObject.h" int _OFArray_NSObject_reference; @implementation OFArray (NSObject) -- (id)NSObject +- (NSArray *)NSObject { return [[[NSOFArray alloc] initWithOFArray: self] autorelease]; } @end