ObjFW  Diff

Differences From Artifact [f5b0d569c9]:

To Artifact [2936968cd3]:


655
656
657
658
659
660
661





662
	}
}

- copy
{
	return [[OFString alloc] initWithString: self];
}





@end







>
>
>
>
>

655
656
657
658
659
660
661
662
663
664
665
666
667
	}
}

- copy
{
	return [[OFString alloc] initWithString: self];
}

- (void)makeImmutable
{
	isa = [OFString class];
}
@end