ObjFW  Diff

Differences From Artifact [2313a27ca0]:

To Artifact [7d375be5f4]:


28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
	id _object;
}

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

/*!
 * @brief Creates a new, autoreleased enumeration mutation exception.
 *
 * @param object The object which was mutated during enumeration
 * @return A new, autoreleased enumeration mutation exception
 */







|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
	id _object;
}

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

/*!
 * @brief Creates a new, autoreleased enumeration mutation exception.
 *
 * @param object The object which was mutated during enumeration
 * @return A new, autoreleased enumeration mutation exception
 */