ObjFW  Diff

Differences From Artifact [20ad65b662]:

To Artifact [f22a074494]:


49
50
51
52
53
54
55
56

57
58
49
50
51
52
53
54
55

56
57
58







-
+


{
	[self doesNotRecognizeSelector: _cmd];
	abort();
}

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