@@ -67,11 +67,11 @@ * \brief Creates a new OFArray with the specified objects, terminated by nil. * * \param firstObject The first object in the array * \return A new autoreleased OFArray */ -+ (instancetype)arrayWithObjects: (id)firstObject, ...; ++ (instancetype)arrayWithObjects: (id)firstObject, ... OF_SENTINEL; /** * \brief Creates a new OFArray with the objects from the specified array. * * \param array An array @@ -102,11 +102,11 @@ * \brief Initializes an OFArray with the specified objects. * * \param firstObject The first object * \return An initialized OFArray */ -- initWithObjects: (id)firstObject, ...; +- initWithObjects: (id)firstObject, ... OF_SENTINEL; /** * \brief Initializes an OFArray with the specified object and a va_list. * * \param firstObject The first object