@@ -151,11 +151,11 @@ * \brief Copies the objects at the specified range to the specified buffer. * * \param buffer The buffer to copy the objects to * \param range The range to copy */ -- (void)getObjects: (id*)buffer +- (void)getObjects: (__unsafe_unretained id*)buffer inRange: (of_range_t)range; /** * \brief Returns the objects of the array as a C array. *