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:
fedor 1998-09-28 20:38:02 +00:00
parent 5413324b26
commit fca11c379c
14 changed files with 97 additions and 120 deletions

View file

@ -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