STYLE: const-correctness on IOobject* access

- foamToEnsight, foamToEnsightParts, profiling
This commit is contained in:
Mark Olesen
2018-11-28 08:00:53 +01:00
parent 29e1d9e982
commit 7477459186
5 changed files with 5 additions and 5 deletions

View File

@ -173,7 +173,7 @@ int main(int argc, char *argv[])
"uniform"
);
IOobject* ioptr = objects.findObject(profilingFileName);
const IOobject* ioptr = objects.findObject(profilingFileName);
if (ioptr)
{
IOdictionary dict(*ioptr);