mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix isa access in NSMethodSignature test.
This commit is contained in:
parent
1b826663f5
commit
4a0e308383
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ typedef struct _MySmallStruct MySmallStruct;
|
|||
|
||||
-(const char *)runtimeSignatureForSelector:(SEL)selector
|
||||
{
|
||||
GSMethod meth = GSGetMethod(isa, selector, YES, YES);
|
||||
GSMethod meth = GSGetMethod(object_getClass(self), selector, YES, YES);
|
||||
return method_getTypeEncoding (meth);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue