ObjFW  Diff

Differences From Artifact [5b62c6914b]:

To Artifact [fd6c478dd7]:


50
51
52
53
54
55
56
57


58
59
60
50
51
52
53
54
55
56

57
58
59
60
61







-
+
+




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

OF_ASSUME_NONNULL_END