mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([Array +defaultGrowFactor]): Return type changed to int.
([Array -growFactor]): Likewise. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1299 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7867d0a082
commit
b9fabc2237
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
return DEFAULT_ARRAY_CAPACITY;
|
||||
}
|
||||
|
||||
+ (unsigned) defaultGrowFactor
|
||||
+ (int) defaultGrowFactor
|
||||
{
|
||||
return DEFAULT_ARRAY_GROW_FACTOR;
|
||||
}
|
||||
|
@ -168,7 +168,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
- (unsigned) growFactor
|
||||
- (int) growFactor
|
||||
{
|
||||
return _grow_factor;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue