Skip to content
Snippets Groups Projects
Commit 88e042af authored by Andrew Heather's avatar Andrew Heather
Browse files

COMP: resolved compiler warning

parent c7e5f4a9
Branches
Tags
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment