mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Minor fix for conversion to GSObjCRuntime functions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24204 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aed6c6902f
commit
008d42ead1
4 changed files with 10 additions and 3 deletions
|
@ -872,7 +872,7 @@ mframe_do_call (DOContext *ctxt,
|
|||
{
|
||||
meth = GSGetMethod(object, selector, NO, YES);
|
||||
}
|
||||
else if (GSObjCIsInstance)
|
||||
else if (GSObjCIsInstance(object))
|
||||
{
|
||||
meth = GSGetMethod(GSObjCClass(object), selector, YES, YES);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue