@@ -52,9 +52,9 @@ * @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; +- initWithThread: (nullable OFThread *)thread OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END