diff --git a/IDEHelper/Compiler/BfCompiler.cpp b/IDEHelper/Compiler/BfCompiler.cpp index 0f754315..00d6157d 100644 --- a/IDEHelper/Compiler/BfCompiler.cpp +++ b/IDEHelper/Compiler/BfCompiler.cpp @@ -9740,7 +9740,7 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetCollapseRegions(BfCompiler* bfCo Array explicitEmitTypes; String checkStr = explicitEmitTypeNames; - for (auto& typeName : checkStr.Split('\n')) + for (auto typeName : checkStr.Split('\n')) { if (typeName.IsEmpty()) continue;