(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:
mccallum 1996-03-30 15:06:46 +00:00
parent dfe09402ef
commit 5a42421e5b
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;