ObjFW  Diff

Differences From Artifact [28d819a605]:

To Artifact [3cdc6fcdf0]:


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

	return description;
}

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







|


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

	return description;
}

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