Skip to content

Commit ff1e70e

Browse files
author
Dave Bartolomeo
committed
C++: Undo changes to shared XML.qll
1 parent 3832d4c commit ff1e70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/XML.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class XMLFile extends XMLParent, File {
119119
override string toString() { result = XMLParent.super.toString() }
120120

121121
/** Gets the name of this XML file. */
122-
deprecated override string getName() { result = File.super.getAbsolutePath() }
122+
override string getName() { result = File.super.getAbsolutePath() }
123123

124124
/**
125125
* DEPRECATED: Use `getAbsolutePath()` instead.

0 commit comments

Comments
 (0)