STYLE: specify pointer type
This commit is contained in:
parent
ec3cdf57bb
commit
b632e7b500
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user