diff --git a/Source/GSString.m b/Source/GSString.m index fa640ed1f..8b8f2c64a 100644 --- a/Source/GSString.m +++ b/Source/GSString.m @@ -300,7 +300,7 @@ setup(BOOL rerun) equalImp = (BOOL (*)(id, SEL, id)) [NSStringClass instanceMethodForSelector: equalSel]; hashSel = @selector(hash); - hashImp = (unsigned (*)(id, SEL)) + hashImp = (NSUInteger (*)(id, SEL)) [GSStringClass instanceMethodForSelector: hashSel]; caiSel = @selector(characterAtIndex:);