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 -2
View File
@@ -899,7 +899,6 @@ public:
strings(),
_kind,
_arbitraryParameters,
nullptr,
_stateMutability
)
{
@@ -916,8 +915,8 @@ public:
strings _returnParameterNames = strings(),
Kind _kind = Kind::Internal,
bool _arbitraryParameters = false,
Declaration const* _declaration = nullptr,
StateMutability _stateMutability = StateMutability::NonPayable,
Declaration const* _declaration = nullptr,
bool _gasSet = false,
bool _valueSet = false,
bool _bound = false