@@ -136,11 +136,11 @@ * @brief Initializes an already allocated set with the specified objects. * * @param firstObject The first object for the set * @return An initialized set with the specified objects */ -- (instancetype)initWithObjects: (ObjectType)firstObject, ...; +- (instancetype)initWithObjects: (ObjectType)firstObject, ... OF_SENTINEL; /*! * @brief Initializes an already allocated set with the specified objects. * * @param objects An array of objects for the set