ObjFW  Diff

Differences From Artifact [338cc55ad1]:

To Artifact [c826d237ba]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	id <OFLocking> _lock;
}

/*!
 * The lock which could not be unlocked.
 */
@property (readonly, retain) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased unlock failed exception.
 *
 * @param lock The lock which could not be unlocked
 * @return A new, autoreleased unlock failed exception
 */







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	id <OFLocking> _lock;
}

/*!
 * The lock which could not be unlocked.
 */
@property (readonly, nonatomic) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased unlock failed exception.
 *
 * @param lock The lock which could not be unlocked
 * @return A new, autoreleased unlock failed exception
 */