ObjFW  Diff

Differences From Artifact [1c6147719c]:

To Artifact [6c880cfe21]:


59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
	[_hashObject release];

	[super dealloc];
}

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

	_description = [[OFString alloc] initWithFormat:
	    @"The hash has already been calculated in class %@ and thus no new "
	    @"data can be added", _inClass];

	return _description;
}

- (OFHash*)hashObject
{
	OF_GETTER(_hashObject, NO)
}
@end







<
<
|
<


<
<







59
60
61
62
63
64
65


66

67
68


69
70
71
72
73
74
75
	[_hashObject release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"The hash has already been calculated in class %@ and thus no new "
	    @"data can be added", _inClass];


}

- (OFHash*)hashObject
{
	OF_GETTER(_hashObject, NO)
}
@end