@@ -201,11 +201,11 @@ /*! * @brief Returns the objects of the array as a C array. * * @return The objects of the array as a C array */ -- (id*)objects; +- (id const*)objects; /*! * @brief Returns the index of the first object that is equivalent to the * specified object or `OF_NOT_FOUND` if it was not found. *