(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:
Andrew McCallum 1996-03-30 15:06:46 +00:00
parent b9fabc2237
commit c721e0da0e
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
{
@public
unsigned int _capacity;
unsigned int _grow_factor;
int _grow_factor;
}
+ (unsigned) defaultCapacity;

View file

@ -40,7 +40,7 @@
{
@public
unsigned int _capacity;
unsigned int _grow_factor;
int _grow_factor;
}
+ (unsigned) defaultCapacity;