@@ -52,9 +52,10 @@ * @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