mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(Array _grow_factor): Change type of ivar from unsigned to int.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b9fabc2237
commit
c721e0da0e
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
{
|
||||
@public
|
||||
unsigned int _capacity;
|
||||
unsigned int _grow_factor;
|
||||
int _grow_factor;
|
||||
}
|
||||
|
||||
+ (unsigned) defaultCapacity;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
{
|
||||
@public
|
||||
unsigned int _capacity;
|
||||
unsigned int _grow_factor;
|
||||
int _grow_factor;
|
||||
}
|
||||
|
||||
+ (unsigned) defaultCapacity;
|
||||
|
|
Loading…
Reference in a new issue