aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ASTPrinter.cpp')
-rw-r--r--ASTPrinter.cpp3
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)