From 82947875f29f538ed059f8801be1e8ba1c84aab5 Mon Sep 17 00:00:00 2001 From: CaS Date: Wed, 30 Oct 2002 13:15:07 +0000 Subject: [PATCH] Tidy to avoid compiler warning. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14877 72102866-910b-0410-8b05-ffd578937521 --- Source/NSThread.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/NSThread.m b/Source/NSThread.m index c81575b91..bb210b336 100644 --- a/Source/NSThread.m +++ b/Source/NSThread.m @@ -556,10 +556,10 @@ gnustep_base_thread_callback() @interface GSPerformHolder : NSObject { - id receiver; - id argument; - SEL selector; - NSLock *lock; // Not retained. + id receiver; + id argument; + SEL selector; + NSConditionLock *lock; // Not retained. } + (GSPerformHolder*) newForReceiver: (id)r argument: (id)a