@@ -234,11 +234,11 @@ #ifdef OF_HAVE_BLOCKS - (void)enumerateObjectsAndCountUsingBlock: (of_counted_set_enumeration_block_t)block { - [self enumerateObjectsUsingBlock: ^ (id object, BOOL *stop) { + [self enumerateObjectsUsingBlock: ^ (id object, bool *stop) { block(object, [self countForObject: object], stop); }]; } #endif