ObjFW  Diff

Differences From Artifact [ee910d5685]:

To Artifact [595f61afcf]:


50
51
52
53
54
55
56
57

58
59
60

/*!
 * @brief Initializes an already allocated thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return An initialized thread join failed exception
 */
- initWithThread: (nullable OFThread *)thread OF_DESIGNATED_INITIALIZER;

@end

OF_ASSUME_NONNULL_END







|
>



50
51
52
53
54
55
56
57
58
59
60
61

/*!
 * @brief Initializes an already allocated thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return An initialized thread join failed exception
 */
- (instancetype)initWithThread: (nullable OFThread *)thread
    OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END