mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
fix type cast
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31458 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e71b7b87d
commit
c8a722de47
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ setup(BOOL rerun)
|
||||||
equalImp = (BOOL (*)(id, SEL, id))
|
equalImp = (BOOL (*)(id, SEL, id))
|
||||||
[NSStringClass instanceMethodForSelector: equalSel];
|
[NSStringClass instanceMethodForSelector: equalSel];
|
||||||
hashSel = @selector(hash);
|
hashSel = @selector(hash);
|
||||||
hashImp = (unsigned (*)(id, SEL))
|
hashImp = (NSUInteger (*)(id, SEL))
|
||||||
[GSStringClass instanceMethodForSelector: hashSel];
|
[GSStringClass instanceMethodForSelector: hashSel];
|
||||||
|
|
||||||
caiSel = @selector(characterAtIndex:);
|
caiSel = @selector(characterAtIndex:);
|
||||||
|
|
Loading…
Reference in a new issue