C++: Undo changes to shared XML.qll

This commit is contained in:
Dave Bartolomeo
2020-05-20 14:14:31 -04:00
parent 3832d4cae6
commit ff1e70efce

View File

@@ -119,7 +119,7 @@ class XMLFile extends XMLParent, File {
override string toString() { result = XMLParent.super.toString() }
/** Gets the name of this XML file. */
deprecated override string getName() { result = File.super.getAbsolutePath() }
override string getName() { result = File.super.getAbsolutePath() }
/**
* DEPRECATED: Use `getAbsolutePath()` instead.