diff options
author | chriseth <c@ethdev.com> | 2015-05-06 19:56:55 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-05-06 19:56:55 +0800 |
commit | d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb (patch) | |
tree | cdd02d761382d1f6b44ff0d414600cdcd069fbf7 /ASTPrinter.cpp | |
parent | c731ae92ca68c2e2cdf761bdf1f81e27097e50fc (diff) | |
download | dexon-solidity-d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb.tar dexon-solidity-d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb.tar.gz dexon-solidity-d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb.tar.bz2 dexon-solidity-d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb.tar.lz dexon-solidity-d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb.tar.xz dexon-solidity-d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb.tar.zst dexon-solidity-d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb.zip |
Style.
Diffstat (limited to 'ASTPrinter.cpp')
-rw-r--r-- | ASTPrinter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ASTPrinter.cpp b/ASTPrinter.cpp index f21ec5e3..0a170f8e 100644 --- a/ASTPrinter.cpp +++ b/ASTPrinter.cpp @@ -30,7 +30,8 @@ namespace dev namespace solidity { -ASTPrinter::ASTPrinter(ASTNode const& _ast, +ASTPrinter::ASTPrinter( + ASTNode const& _ast, string const& _source, StructuralGasEstimator::ASTGasConsumption const& _gasCosts ): m_indentation(0), m_source(_source), m_ast(&_ast), m_gasCosts(_gasCosts) |