Improve SetPrevalue

This commit is contained in:
jomjol
2022-11-07 19:12:36 +01:00
parent e7c8706b1b
commit c738a9a4da
2 changed files with 5 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ string ClassFlowControll::GetPrevalue(std::string _number)
return flowpostprocessing->GetPreValue(_number);
}
return std::string();
return std::string("");
}
std::string ClassFlowControll::UpdatePrevalue(std::string _newvalue, std::string _numbers, bool _extern)