@@ -33,11 +33,11 @@ id old = _secondObject; _secondObject = [secondObject retain]; [old release]; } -- copy +- (id)copy { OFMutablePair *copy = [self mutableCopy]; [copy makeImmutable];