mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32397 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5168bd5e2e
commit
0b7c8ba8cf
1 changed files with 1 additions and 1 deletions
|
@ -1365,7 +1365,7 @@ GSObjCGetVal(NSObject *self, const char *key, SEL sel,
|
|||
|
||||
cls = [self class];
|
||||
type_slot = objc_get_slot(cls, @selector(retain));
|
||||
typed = GSObjCSelectorFromNameAndTypes(sel_getName(sel),
|
||||
typed = GSSelectorFromNameAndTypes(sel_getName(sel),
|
||||
type_slot->types);
|
||||
slot = objc_get_slot(cls, typed);
|
||||
if (strcmp(slot->types, type_slot->types) == 0)
|
||||
|
|
Loading…
Reference in a new issue