@@ -16,11 +16,11 @@ #import "OFMutableArray.h" #import "OFDataArray.h" #import "OFExceptions.h" @implementation OFMutableArray -- (id)copy +- copy { OFArray *new = [[OFArray alloc] init]; OFObject **objs; size_t count, i;