mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5224 from bshastry/compilerwarn-fix
Fix compiler warning
This commit is contained in:
commit
9d00f710bc
@ -171,8 +171,8 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
std::string const name;
|
||||
std::vector<Expression> const arguments;
|
||||
std::string name;
|
||||
std::vector<Expression> arguments;
|
||||
Sort sort;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user