ObjFW  Diff

Differences From Artifact [5404c0c1bb]:

To Artifact [6c903a202a]:


51
52
53
54
55
56
57
58
59
60
	return [OFString stringWithFormat:
	    @"A lock of class %@ could not be unlocked in class %@!",
	    [_lock class], _inClass];
}

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







|


51
52
53
54
55
56
57
58
59
60
	return [OFString stringWithFormat:
	    @"A lock of class %@ could not be unlocked in class %@!",
	    [_lock class], _inClass];
}

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