ObjFW  Diff

Differences From Artifact [c8ac2ffd49]:

To Artifact [f57d5292ab]:


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

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

/*!
 * @brief Creates a new, autoreleased thread start failed exception.
 *
 * @param thread The thread which could not be started
 * @return A new, autoreleased thread start 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 started.
 */
@property (readonly, nonatomic) OFThread *thread;

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