ObjFW  Diff

Differences From Artifact [7938f605d2]:

To Artifact [878a08d7a2]:


18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

/*!
 * @brief An exception indicating that a mutation was detected during
 *        enumeration.
 */
@interface OFEnumerationMutationException: OFException
{
	id object;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, retain, nonatomic) id object;
#endif

/*!







|







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

/*!
 * @brief An exception indicating that a mutation was detected during
 *        enumeration.
 */
@interface OFEnumerationMutationException: OFException
{
	id _object;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, retain, nonatomic) id object;
#endif

/*!