@@ -373,11 +373,11 @@ #ifdef OF_HAVE_BLOCKS - (void)replaceObjectsUsingBlock: (of_array_replace_block_t)block { [self enumerateObjectsUsingBlock: ^ (id object, size_t index, - BOOL *stop) { + bool *stop) { [self replaceObjectAtIndex: index withObject: block(object, index, stop)]; }]; } #endif