data: Fixed ASTVisitor to not use Node::NodeType
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user