data: Fixed ASTVisitor to not use Node::NodeType

This commit is contained in:
Eberhard Graether
2016-04-19 14:52:08 +02:00
parent 29ef349f61
commit 5cb06c9bb0
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -2998,7 +2998,7 @@ private:
}
virtual Id onUsageParsed(
const ParseLocation& location, const NameHierarchy& userName, Node::NodeType usedType, const NameHierarchy& usedName)
const ParseLocation& location, const NameHierarchy& userName, int usedType, const NameHierarchy& usedName)
{
usages.push_back(addLocationSuffix(userName.getQualifiedNameWithSignature() + " -> " + usedName.getQualifiedName(), location));
return 0;