From d8ddbeed2bfefd34ee5e459b6cb9341cfcdaadfb Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 6 May 2015 13:56:55 +0200 Subject: [PATCH] Style. --- ASTPrinter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ASTPrinter.cpp b/ASTPrinter.cpp index f21ec5e37..0a170f8e1 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)