mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Change return types of "grow factor" methods from unsigned to int.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1309 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
44a604d900
commit
deb6958fe6
2 changed files with 6 additions and 6 deletions
|
@ -44,13 +44,13 @@
|
|||
}
|
||||
|
||||
+ (unsigned) defaultCapacity;
|
||||
+ (unsigned) defaultGrowFactor;
|
||||
+ (int) defaultGrowFactor;
|
||||
|
||||
- initWithCapacity: (unsigned) aCapacity;
|
||||
|
||||
- (void) setCapacity: (unsigned)newCapacity;
|
||||
- (unsigned) growFactor;
|
||||
- (void) setGrowFactor: (unsigned)aNum;
|
||||
- (int) growFactor;
|
||||
- (void) setGrowFactor: (int)aNum;
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -44,13 +44,13 @@
|
|||
}
|
||||
|
||||
+ (unsigned) defaultCapacity;
|
||||
+ (unsigned) defaultGrowFactor;
|
||||
+ (int) defaultGrowFactor;
|
||||
|
||||
- initWithCapacity: (unsigned) aCapacity;
|
||||
|
||||
- (void) setCapacity: (unsigned)newCapacity;
|
||||
- (unsigned) growFactor;
|
||||
- (void) setGrowFactor: (unsigned)aNum;
|
||||
- (int) growFactor;
|
||||
- (void) setGrowFactor: (int)aNum;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue