@@ -112,17 +112,17 @@ return [self retain]; } - mutableCopy { - return [OFMutableTriple tripleWithFirstObject: _firstObject - secondObject: _secondObject - thirdObject: _thirdObject]; + return [[OFMutableTriple alloc] initWithFirstObject: _firstObject + secondObject: _secondObject + thirdObject: _thirdObject]; } - (OFString *)description { return [OFString stringWithFormat: @"<<%@, %@, %@>>", _firstObject, _secondObject, _thirdObject]; } @end