mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +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
9076227a18
commit
82947875f2
1 changed files with 4 additions and 4 deletions
|
@ -559,7 +559,7 @@ gnustep_base_thread_callback()
|
||||||
id receiver;
|
id receiver;
|
||||||
id argument;
|
id argument;
|
||||||
SEL selector;
|
SEL selector;
|
||||||
NSLock *lock; // Not retained.
|
NSConditionLock *lock; // Not retained.
|
||||||
}
|
}
|
||||||
+ (GSPerformHolder*) newForReceiver: (id)r
|
+ (GSPerformHolder*) newForReceiver: (id)r
|
||||||
argument: (id)a
|
argument: (id)a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue