mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
c721e0da0e
commit
3eb99042d6
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@
|
|||
return _grow_factor;
|
||||
}
|
||||
|
||||
- (void) setGrowFactor: (unsigned)aNum;
|
||||
- (void) setGrowFactor: (int)aNum;
|
||||
{
|
||||
_grow_factor = aNum;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue