diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-04-27 19:07:25 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-04-27 19:08:32 +0800 |
commit | 1087d34a665ad2d3595d8a5259d69e8f3d52eebe (patch) | |
tree | d544b73e03dd7bedfe0b105f9dea245ce10cdde1 /ExpressionCompiler.cpp | |
parent | 88536f90e8403239380c280176250390bab2cd8d (diff) | |
download | dexon-solidity-1087d34a665ad2d3595d8a5259d69e8f3d52eebe.tar.gz dexon-solidity-1087d34a665ad2d3595d8a5259d69e8f3d52eebe.tar.zst dexon-solidity-1087d34a665ad2d3595d8a5259d69e8f3d52eebe.zip |
saved returnParameterNames in FunctionType constructor
Diffstat (limited to 'ExpressionCompiler.cpp')
-rw-r--r-- | ExpressionCompiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ExpressionCompiler.cpp b/ExpressionCompiler.cpp index ae825be1..76d05bd0 100644 --- a/ExpressionCompiler.cpp +++ b/ExpressionCompiler.cpp @@ -526,6 +526,7 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall) TypePointers{}, TypePointers{}, strings(), + strings(), Location::External, false, true, |