mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
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:
parent
a3fe00f974
commit
7cf7efc9b1
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Thu Sep 12 11:02:03 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSObject.m ([+_becomeMultiThreaded:]): Fixed typo - this
|
||||
method was declared to take a 'NSNotification' rather than a
|
||||
'NSNotification *' argument.
|
||||
|
||||
2002-09-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSLocale.m: Double locking check fix
|
||||
|
|
|
@ -750,7 +750,7 @@ static BOOL double_release_check_enabled = NO;
|
|||
*/
|
||||
@implementation NSObject
|
||||
|
||||
+ (void) _becomeMultiThreaded: (NSNotification)aNotification
|
||||
+ (void) _becomeMultiThreaded: (NSNotification *)aNotification
|
||||
{
|
||||
if (allocationLock == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue