Fix typos in method types.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-30 15:58:28 +00:00
parent c721e0da0e
commit 3eb99042d6

View file

@ -173,7 +173,7 @@
return _grow_factor;
}
- (void) setGrowFactor: (unsigned)aNum;
- (void) setGrowFactor: (int)aNum;
{
_grow_factor = aNum;
}