STYLE: specify pointer type

This commit is contained in:
Mark Olesen 2021-12-15 12:38:43 +01:00
parent ec3cdf57bb
commit b632e7b500

View File

@ -62,7 +62,7 @@ Foam::autoPtr<Foam::writer<Type>> Foam::writer<Type>::New
const dictionary& formatOptions
)
{
auto ctorPtr = dictConstructorTable(writeType);
auto* ctorPtr = dictConstructorTable(writeType);
if (!ctorPtr)
{