ObjFW  Diff

Differences From Artifact [273e41aca8]:

To Artifact [342d177e68]:


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

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