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