1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00

Missing paren

This commit is contained in:
Brian Fiete 2020-06-03 12:34:38 -07:00
parent f6f94ed40c
commit 079ac03d38

View file

@ -196,7 +196,7 @@ bool BfModule::BuildGenericParams(BfType* resolvedTypeRef)
} }
bool BfModule::ValidateGenericConstraints(BfTypeReference* typeRef, BfGenericTypeInstance* genericTypeInst, bool ignoreErrors) bool BfModule::ValidateGenericConstraints(BfTypeReference* typeRef, BfGenericTypeInstance* genericTypeInst, bool ignoreErrors)
{
if ((mCurTypeInstance != NULL) && (mCurTypeInstance->IsTypeAlias())) if ((mCurTypeInstance != NULL) && (mCurTypeInstance->IsTypeAlias()))
{ {
// Don't validate constraints during the population of a concrete generic type alias instance, we want to // Don't validate constraints during the population of a concrete generic type alias instance, we want to