Index: tests/OFStringTests.m ================================================================== --- tests/OFStringTests.m +++ tests/OFStringTests.m @@ -71,11 +71,11 @@ { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; OFMutableString *s[3]; OFArray *a; int i; - of_unichar_t *ua; + const of_unichar_t *ua; EntityHandler *h; #ifdef OF_HAVE_BLOCKS __block BOOL ok; #endif