ObjFW  Diff

Differences From Artifact [f704902e73]:

To Artifact [00e790e6d8]:


50
51
52
53
54
55
56
57

58
59
60

/*!
 * @brief Initializes an already allocated thread still running exception.
 *
 * @param thread The thread which is still running
 * @return An initialized thread still running 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 still running exception.
 *
 * @param thread The thread which is still running
 * @return An initialized thread still running exception
 */
- (instancetype)initWithThread: (nullable OFThread *)thread
    OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END