mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build fixes.
This commit is contained in:
parent
5c1c690e28
commit
b293d98932
@ -42,7 +42,7 @@ public:
|
||||
ASTPrinter(
|
||||
ASTNode const& _ast,
|
||||
std::string const& _source = std::string(),
|
||||
StructuralGasEstimator::ASTGasConsumption const& _gasCosts = {}
|
||||
StructuralGasEstimator::ASTGasConsumption const& _gasCosts = StructuralGasEstimator::ASTGasConsumption()
|
||||
);
|
||||
/// Output the string representation of the AST to _stream.
|
||||
void print(std::ostream& _stream);
|
||||
|
Loading…
Reference in New Issue
Block a user