mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
simplify typed selector usage.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b2dd79c1f
commit
08440691cb
6 changed files with 46 additions and 55 deletions
|
@ -919,7 +919,7 @@ GSInvocationCallback (void *callback_data, va_alist args)
|
|||
{
|
||||
const char *runtimeName = sel_getName(selector);
|
||||
|
||||
selector = sel_getType_np(runtimeName, receiverTypes);
|
||||
runtimeTypes = GSTypesFromSelector(selector);
|
||||
if (selector == 0)
|
||||
{
|
||||
selector = GSSelectorFromNameAndTypes(runtimeName, receiverTypes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue