mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set variable to nullptr in ASTPrinter
This commit is contained in:
parent
2c2ae74217
commit
c94b1f8173
@ -146,7 +146,7 @@ private:
|
||||
std::string m_source;
|
||||
ASTNode const* m_ast;
|
||||
GasEstimator::ASTGasConsumption m_gasCosts;
|
||||
std::ostream* m_ostream;
|
||||
std::ostream* m_ostream = nullptr;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user