ObjFW  Diff

Differences From Artifact [d62a05a018]:

To Artifact [b0a33d7256]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
	OFThread *_thread;
}

/*!
 * The thread which could not be joined.
 */
@property (readonly, retain) OFThread *thread;

/*!
 * @brief Creates a new, autoreleased thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return A new, autoreleased thread join failed exception
 */







|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
	OFThread *_thread;
}

/*!
 * The thread which could not be joined.
 */
@property (readonly, nonatomic) OFThread *thread;

/*!
 * @brief Creates a new, autoreleased thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return A new, autoreleased thread join failed exception
 */