mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
References counter.
This commit is contained in:
committed by
Alex Beregszaszi
parent
5437457f46
commit
3c8b777b9b
@@ -71,8 +71,8 @@ protected:
|
||||
template <class T>
|
||||
void walkVector(T const& _statements)
|
||||
{
|
||||
for (auto const& st: _statements)
|
||||
visit(st);
|
||||
for (auto const& statement: _statements)
|
||||
visit(statement);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user