@@ -40,11 +40,11 @@ id old = _thirdObject; _thirdObject = [thirdObject retain]; [old release]; } -- copy +- (id)copy { OFMutableTriple *copy = [self mutableCopy]; [copy makeImmutable];