ObjFW  Diff

Differences From Artifact [d10005f035]:

To Artifact [b04cbc1705]:


58
59
60
61
62
63
64
65
66
67

68
69
70
71
72
73
74
75
76
77
78
58
59
60
61
62
63
64



65

66


67
68
69
70
71
72
73







-
-
-
+
-

-
-







	[_object release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Object of class %@ was mutated during enumeration!", _inClass];

	return _description;
}

- (id)object
{
	OF_GETTER(_object, NO)
}
@end