Swap declaration/statemutability in FunctionType constructor

This commit is contained in:
Alex Beregszaszi
2017-08-28 19:43:35 +01:00
parent aa94000a91
commit 79e84a8fa4
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -644,8 +644,8 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
strings(),
FunctionType::Kind::BareCall,
false,
nullptr,
StateMutability::NonPayable,
nullptr,
true,
true
),