mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
|
@ -556,10 +556,10 @@ gnustep_base_thread_callback()
|
||||||
|
|
||||||
@interface GSPerformHolder : NSObject
|
@interface GSPerformHolder : NSObject
|
||||||
{
|
{
|
||||||
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