mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Const generic param method selector fix
This commit is contained in:
parent
77a99bdacc
commit
f520932516
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ void BfMethodMatcher::CompareMethods(BfMethodInstance* prevMethodInstance, BfTyp
|
||||||
}
|
}
|
||||||
if (paramType->IsConstExprValue())
|
if (paramType->IsConstExprValue())
|
||||||
{
|
{
|
||||||
prevParamWasConstExpr = true;
|
paramWasConstExpr = true;
|
||||||
paramType = ((BfConstExprValueType*)paramType)->mType;
|
paramType = ((BfConstExprValueType*)paramType)->mType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue