Skip to content
Snippets Groups Projects
Commit d6ae8d56 authored by mattijs's avatar mattijs
Browse files

ENH: entry: allow keyType (and thus wildcards) as expansion in directionary keyword

parent 473331a6
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ bool Foam::entry::New(dictionary& parentDict, Istream& is)
if (ePtr)
{
// Read as primitiveEntry
const word newKeyword(ePtr->stream());
const keyType newKeyword(ePtr->stream());
return parentDict.add
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment