mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Make NSObject conform to specs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2987 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5413324b26
commit
fca11c379c
14 changed files with 97 additions and 120 deletions
|
@ -332,7 +332,7 @@ static int debug_run_loop = 0;
|
|||
[[[NSRunLoop currentInstance] _timedPerformers]
|
||||
removeObjectIdenticalTo: self];
|
||||
}
|
||||
[target perform: selector withObject: argument];
|
||||
[target performSelector: selector withObject: argument];
|
||||
}
|
||||
|
||||
- initWithSelector: (SEL)aSelector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue