ObjFW  Diff

Differences From Artifact [1db3313eef]:

To Artifact [f4a5f8a3ff]:


63
64
65
66
67
68
69
70
71
72
{
	return [OFString stringWithFormat:
	    @"Signaling 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:
	    @"Signaling a condition of type %@ failed!", _inClass];
}

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