ObjFW  Diff

Differences From Artifact [9a6700f23c]:

To Artifact [77983dd397]:


64
65
66
67
68
69
70
71
72
73
	    @"Broadcasting a condition of type %@ failed!", inClass];

	return description;
}

- (OFCondition*)condition
{
	return condition;
}
@end







|


64
65
66
67
68
69
70
71
72
73
	    @"Broadcasting a condition of type %@ failed!", inClass];

	return description;
}

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