diff options
author | Gav Wood <i@gavwood.com> | 2015-05-10 18:45:36 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-05-10 18:45:36 +0800 |
commit | b293d989320881fe0d615a91ee0d634cbb154258 (patch) | |
tree | b0501f4949f4bdc5079268988d13b0dcef0852b9 /ASTPrinter.h | |
parent | 5c1c690e286e4086eb60ef392b816c536e7b1839 (diff) | |
download | dexon-solidity-b293d989320881fe0d615a91ee0d634cbb154258.tar dexon-solidity-b293d989320881fe0d615a91ee0d634cbb154258.tar.gz dexon-solidity-b293d989320881fe0d615a91ee0d634cbb154258.tar.bz2 dexon-solidity-b293d989320881fe0d615a91ee0d634cbb154258.tar.lz dexon-solidity-b293d989320881fe0d615a91ee0d634cbb154258.tar.xz dexon-solidity-b293d989320881fe0d615a91ee0d634cbb154258.tar.zst dexon-solidity-b293d989320881fe0d615a91ee0d634cbb154258.zip |
Build fixes.
Diffstat (limited to 'ASTPrinter.h')
-rw-r--r-- | ASTPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ASTPrinter.h b/ASTPrinter.h index dabf6470..25678c17 100644 --- a/ASTPrinter.h +++ b/ASTPrinter.h @@ -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); |