ObjFW  Diff

Differences From Artifact [a724222ebd]:

To Artifact [5511bcf0c5]:


268
269
270
271
272
273
274
275
276
277
278
279
280
		[newObject retain];
		[cArray[i] release];
		cArray[i] = newObject;
	}
}
#endif

- (OFArray*)makeImmutable
{
	isa = [OFCArray class];
	return self;
}
@end







|


<


268
269
270
271
272
273
274
275
276
277

278
279
		[newObject retain];
		[cArray[i] release];
		cArray[i] = newObject;
	}
}
#endif

- (void)makeImmutable
{
	isa = [OFCArray class];

}
@end