ObjFW  Diff

Differences From Artifact [b84dce21cd]:

To Artifact [8fcf852c28]:


44
45
46
47
48
49
50
51
52
53
54
55
56
57
- (void)dealloc
{
	[_object release];

	[super dealloc];
}

- (OFString*)description
{
	return [OFString stringWithFormat:
	    @"Object of class %@ was mutated during enumeration!",
	    [_object class]];
}
@end







|






44
45
46
47
48
49
50
51
52
53
54
55
56
57
- (void)dealloc
{
	[_object release];

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Object of class %@ was mutated during enumeration!",
	    [_object class]];
}
@end