mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidy to avoid compiler warning.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14877 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7d93276b9
commit
efc4bc6c38
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue