mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
auto& fix
This commit is contained in:
parent
61a39f2a92
commit
f49b1b5cf9
1 changed files with 1 additions and 1 deletions
|
@ -9740,7 +9740,7 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetCollapseRegions(BfCompiler* bfCo
|
|||
|
||||
Array<BfTypeInstance*> explicitEmitTypes;
|
||||
String checkStr = explicitEmitTypeNames;
|
||||
for (auto& typeName : checkStr.Split('\n'))
|
||||
for (auto typeName : checkStr.Split('\n'))
|
||||
{
|
||||
if (typeName.IsEmpty())
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue