mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: resolved compiler warning
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user