mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Ref fix
This commit is contained in:
parent
ce288ad813
commit
26df78fce2
1 changed files with 1 additions and 1 deletions
|
@ -6163,7 +6163,7 @@ BfTypedValue BfExprEvaluator::CreateCall(BfAstNode* targetSrc, BfMethodInstance*
|
|||
|
||||
BfTypedValue BfExprEvaluator::CreateCall(BfMethodMatcher* methodMatcher, BfTypedValue target)
|
||||
{
|
||||
auto& moduleMethodInstance = GetSelectedMethod(*methodMatcher);
|
||||
auto moduleMethodInstance = GetSelectedMethod(*methodMatcher);
|
||||
if (moduleMethodInstance.mMethodInstance == NULL)
|
||||
return BfTypedValue();
|
||||
if ((target) && (target.mType != moduleMethodInstance.mMethodInstance->GetOwner()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue