@@ -85,11 +85,11 @@ * * \param objects A C array of objects * \param length The length of the C array * \return A new autoreleased OFArray */ -+ arrayWithObjects: (id*)objects ++ arrayWithObjects: (id const*)objects count: (size_t)count; /** * \brief Initializes an OFArray with the specified object. * @@ -130,11 +130,11 @@ * * \param objects A C array of objects * \param length The length of the C array * \return An initialized OFArray */ -- initWithObjects: (id*)objects +- initWithObjects: (id const*)objects count: (size_t)count; /** * \brief Returns a specified object of the array. *