@@ -674,14 +674,14 @@ } abort(); } -- OF_initWithMapTable: (OFMapTable*)mapTable - buckets: (struct of_map_table_bucket**)buckets - capacity: (uint32_t)capacity - mutationsPointer: (unsigned long*)mutationsPtr +- (instancetype)OF_initWithMapTable: (OFMapTable*)mapTable + buckets: (struct of_map_table_bucket**)buckets + capacity: (uint32_t)capacity + mutationsPointer: (unsigned long*)mutationsPtr { self = [super init]; _mapTable = [mapTable retain]; _buckets = buckets;