ObjFW  Diff

Differences From Artifact [15401b6dca]:

To Artifact [6c0165461b]:


63
64
65
66
67
68
69
70
71
72
{
	return [OFString stringWithFormat:
	    @"Waiting for a condition of type %@ failed!", _inClass];
}

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







|


63
64
65
66
67
68
69
70
71
72
{
	return [OFString stringWithFormat:
	    @"Waiting for a condition of type %@ failed!", _inClass];
}

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