@@ -88,8 +88,8 @@ * \param count The number of objects that can be stored at objects * \return The number of objects returned in objects or 0 when the enumeration * finished. */ - (int)countByEnumeratingWithState: (of_fast_enumeration_state_t*)state - objects: (id*)objects + objects: (__unsafe_unretained id*)objects count: (int)count; @end