ObjFW  Diff

Differences From Artifact [ddc25e8052]:

To Artifact [54b7fb893b]:


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

/*!
 * The lock which is still locked.
 */
@property (readonly, retain) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased still locked exception.
 *
 * @param lock The lock which is still locked
 * @return A new, autoreleased still locked exception
 */







|







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

/*!
 * The lock which is still locked.
 */
@property (readonly, nonatomic) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased still locked exception.
 *
 * @param lock The lock which is still locked
 * @return A new, autoreleased still locked exception
 */