@@ -75,11 +75,11 @@ * * \param objects An array of objects for the set * \param count The number of objects in the specified array * \return A new, autoreleased set with the specified objects */ -+ setWithObjects: (id*)objects ++ setWithObjects: (id const*)objects count: (size_t)count; /** * \brief Initializes an already allocated set with the specified set. * @@ -109,11 +109,11 @@ * * \param objects An array of objects for the set * \param count The number of objects in the specified array * \return An initialized set with the specified objects */ -- initWithObjects: (id*)objects +- initWithObjects: (id const*)objects count: (size_t)count; /** * \brief Initializes an already allocated set with the specified object and * va_list.