mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:30:38 +00:00
Make the signatures of methods consistent between headers and implementation files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e17a4bc609
commit
ed8ede43f0
11 changed files with 62 additions and 63 deletions
|
@ -449,7 +449,7 @@ create_error(int code, NSString* desc)
|
|||
}
|
||||
}
|
||||
|
||||
- (NSRange) doubleClickAtIndex: (unsigned)location
|
||||
- (NSRange) doubleClickAtIndex: (NSUInteger)location
|
||||
{
|
||||
NSString *str = [self string];
|
||||
unsigned length = [str length];
|
||||
|
@ -555,7 +555,7 @@ create_error(int code, NSString* desc)
|
|||
return NSMakeRange (location, length);
|
||||
}
|
||||
|
||||
- (unsigned) nextWordFromIndex: (unsigned)location
|
||||
- (NSUInteger) nextWordFromIndex: (NSUInteger)location
|
||||
forward: (BOOL)isForward
|
||||
{
|
||||
NSString *str = [self string];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue