ObjFW  Diff

Differences From Artifact [528220f4b7]:

To Artifact [4c0ad468a8]:


44
45
46
47
48
49
50
51
52
53
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}

- (BOOL)isCalculated
{
	return isCalculated;
}
@end







|


44
45
46
47
48
49
50
51
52
53
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}

- (BOOL)isCalculated
{
	return calculated;
}
@end