ObjFW  Diff

Differences From Artifact [2869a17627]:

To Artifact [509b1a9438]:


51
52
53
54
55
56
57
58
59
60
	return [OFString stringWithFormat:
	    @"Deallocation of a lock of type %@ was tried in class %@, even "
	    @"though it was still locked!", [_lock class], _inClass];
}

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







|


51
52
53
54
55
56
57
58
59
60
	return [OFString stringWithFormat:
	    @"Deallocation of a lock of type %@ was tried in class %@, even "
	    @"though it was still locked!", [_lock class], _inClass];
}

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