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:
rfm 2010-09-12 17:05:30 +00:00
parent f4af2099be
commit e9bcdfd548
11 changed files with 34 additions and 20 deletions

View file

@ -1304,7 +1304,7 @@ otherTime(NSDate* other)
return self;
}
- (unsigned) hash
- (NSUInteger) hash
{
return (unsigned)[self timeIntervalSinceReferenceDate];
}
@ -1460,7 +1460,7 @@ otherTime(NSDate* other)
return self;
}
- (unsigned) hash
- (NSUInteger) hash
{
return (unsigned)_seconds_since_ref;
}