@@ -657,6 +657,11 @@ - copy { return [[OFString alloc] initWithString: self]; } + +- (void)makeImmutable +{ + isa = [OFString class]; +} @end