mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Missing paren
This commit is contained in:
parent
f6f94ed40c
commit
079ac03d38
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ bool BfModule::BuildGenericParams(BfType* resolvedTypeRef)
|
|||
}
|
||||
|
||||
bool BfModule::ValidateGenericConstraints(BfTypeReference* typeRef, BfGenericTypeInstance* genericTypeInst, bool ignoreErrors)
|
||||
|
||||
{
|
||||
if ((mCurTypeInstance != NULL) && (mCurTypeInstance->IsTypeAlias()))
|
||||
{
|
||||
// Don't validate constraints during the population of a concrete generic type alias instance, we want to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue