Fixed typo in NSObject private method declaration

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-09-12 09:09:54 +00:00
parent a3fe00f974
commit 7cf7efc9b1
2 changed files with 7 additions and 1 deletions

View file

@ -750,7 +750,7 @@ static BOOL double_release_check_enabled = NO;
*/
@implementation NSObject
+ (void) _becomeMultiThreaded: (NSNotification)aNotification
+ (void) _becomeMultiThreaded: (NSNotification *)aNotification
{
if (allocationLock == 0)
{