ObjFW  Diff

Differences From Artifact [2ab98f2cf4]:

To Artifact [1a130e7399]:


24
25
26
27
28
29
30

31
32
33
34
35
36
37
 *
 * @brief An exception indicating that a mutation was detected during
 *        enumeration.
 */
@interface OFEnumerationMutationException: OFException
{
	id _object;

}

/**
 * @brief The object which was mutated during enumeration.
 */
@property (readonly, nonatomic) id object;








>







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 *
 * @brief An exception indicating that a mutation was detected during
 *        enumeration.
 */
@interface OFEnumerationMutationException: OFException
{
	id _object;
	OF_RESERVE_IVARS(OFEnumerationMutationException, 4)
}

/**
 * @brief The object which was mutated during enumeration.
 */
@property (readonly, nonatomic) id object;