@@ -41,16 +41,16 @@ * Returns a specific object of the OFDataArray. * * \param index The number of the object to return * \return The specified object of the OFArray */ -- (OFObject*)object: (size_t)index; +- (id)object: (size_t)index; /** * \return The last object of the OFDataArray */ -- (OFObject*)last; +- (id)last; /** * Adds an object to the OFDataArray. * * \param obj An object to add