@@ -68,11 +68,12 @@ @interface OFMapTableEnumerator () - (instancetype)OF_initWithMapTable: (OFMapTable *)mapTable buckets: (struct of_map_table_bucket **)buckets capacity: (uint32_t)capacity - mutationsPointer: (unsigned long *)mutationsPtr; + mutationsPointer: (unsigned long *)mutationsPtr + OF_METHOD_FAMILY(init); @end @interface OFMapTableKeyEnumerator: OFMapTableEnumerator @end