renamed getter functions

This commit is contained in:
LianaHus
2015-09-08 13:12:00 +02:00
parent 6f4a39c183
commit 1b5e6fc9e7
51 changed files with 1615 additions and 1608 deletions
+1 -1
View File
@@ -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;