COMP: resolved compiler warning

This commit is contained in:
Andrew Heather
2019-06-06 14:23:12 +01:00
parent c7e5f4a9e7
commit 88e042afd9

View File

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