COMP: resolved compiler warning

This commit is contained in:
Andrew Heather
2019-06-06 14:23:12 +01:00
parent 264d9279f8
commit 735de73a01

View File

@ -59,7 +59,7 @@ Foam::autoPtr<Foam::PatchFunction1<Type>> Foam::PatchFunction1<Type>::New
}
else
{
ITstream& is = dict.lookup(entryName, false);
ITstream& is = dict.lookup(entryName, keyType::LITERAL);
token firstToken(is);