mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +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)
|
BfTypedValue BfExprEvaluator::CreateCall(BfMethodMatcher* methodMatcher, BfTypedValue target)
|
||||||
{
|
{
|
||||||
auto& moduleMethodInstance = GetSelectedMethod(*methodMatcher);
|
auto moduleMethodInstance = GetSelectedMethod(*methodMatcher);
|
||||||
if (moduleMethodInstance.mMethodInstance == NULL)
|
if (moduleMethodInstance.mMethodInstance == NULL)
|
||||||
return BfTypedValue();
|
return BfTypedValue();
|
||||||
if ((target) && (target.mType != moduleMethodInstance.mMethodInstance->GetOwner()))
|
if ((target) && (target.mType != moduleMethodInstance.mMethodInstance->GetOwner()))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue