ObjFW  Diff

Differences From Artifact [99d66d97f5]:

To Artifact [3e3ea0f0d5]:


51
52
53
54
55
56
57
58

59
60
51
52
53
54
55
56
57

58
59
60







-
+


	return [OFString stringWithFormat:
	    @"A lock of type %@ could not be locked in class %@!",
	    [_lock class], _inClass];
}

- (id <OFLocking>)lock
{
	OF_GETTER(_lock, NO)
	OF_GETTER(_lock, false)
}
@end