@@ -231,11 +231,11 @@ } return hash; } -- (id)copy +- copy { OFMapTable *copy = [[OFMapTable alloc] initWithKeyFunctions: _keyFunctions valueFunctions: _valueFunctions capacity: _capacity];