From 079ac03d38fec28b4d639242bea9b1023fa214d1 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 3 Jun 2020 12:34:38 -0700 Subject: [PATCH] Missing paren --- IDEHelper/Compiler/BfModuleTypeUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDEHelper/Compiler/BfModuleTypeUtils.cpp b/IDEHelper/Compiler/BfModuleTypeUtils.cpp index 29acc71f..425ef0b1 100644 --- a/IDEHelper/Compiler/BfModuleTypeUtils.cpp +++ b/IDEHelper/Compiler/BfModuleTypeUtils.cpp @@ -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