COMP: Resolved compiler warning in evalEntry

This commit is contained in:
Andrew Heather
2019-12-12 12:39:47 +00:00
parent 58b02969c0
commit ff995c5d53

View File

@ -156,7 +156,7 @@ Foam::tokenList Foam::functionEntries::evalEntry::evaluate
OTstream toks;
result.writeValue(toks);
return toks;
return std::move(toks);
}