mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 12:41:19 +00:00
fix some return type errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31338 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f4af2099be
commit
e9bcdfd548
11 changed files with 34 additions and 20 deletions
|
@ -512,7 +512,7 @@ _attributesAtIndexEffectiveRange(
|
|||
|
||||
|
||||
// The superclass implementation is correct but too slow
|
||||
- (unsigned int) length
|
||||
- (NSUInteger) length
|
||||
{
|
||||
return [_textChars length];
|
||||
}
|
||||
|
@ -901,7 +901,7 @@ SANITY();
|
|||
}
|
||||
|
||||
// The superclass implementation is correct but too slow
|
||||
- (unsigned int) length
|
||||
- (NSUInteger) length
|
||||
{
|
||||
return [_textChars length];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue