@@ -34,12 +34,12 @@ /** * \param class_ The class of the object which caused the exception * \param condition The condition for which is still being waited * \return A new condition still waiting exception */ -+ exceptionWithClass: (Class)class_ - condition: (OFCondition*)condition; ++ (instancetype)exceptionWithClass: (Class)class_ + condition: (OFCondition*)condition; /** * Initializes an already allocated condition still waiting exception. * * \param class_ The class of the object which caused the exception