mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
renamed getter functions
This commit is contained in:
@@ -39,7 +39,7 @@ ASTNode const* LocationFinder::leastUpperBound()
|
||||
|
||||
bool LocationFinder::visitNode(const ASTNode& _node)
|
||||
{
|
||||
if (_node.getLocation().contains(m_location))
|
||||
if (_node.location().contains(m_location))
|
||||
{
|
||||
m_bestMatch = &_node;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user