ObjFW  Diff

Differences From Artifact [e4dc8f234e]:

To Artifact [0bf03779d3]:


64
65
66
67
68
69
70
71
72
73
	return [OFString stringWithFormat:
	    @"Deallocation of a condition of type %@ was tried, even though a "
	    @"thread was still waiting for it!", _inClass];
}

- (OFCondition*)condition
{
	OF_GETTER(_condition, NO)
}
@end







|


64
65
66
67
68
69
70
71
72
73
	return [OFString stringWithFormat:
	    @"Deallocation of a condition of type %@ was tried, even though a "
	    @"thread was still waiting for it!", _inClass];
}

- (OFCondition*)condition
{
	OF_GETTER(_condition, false)
}
@end