Skip to content

Commit 3b09ab9

Browse files
authored
Merge pull request #92 from jbj/XMLFile-is-File
Approved by ian-semmle
2 parents 2187b0c + fc0330b commit 3b09ab9

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
@@ -94,7 +94,7 @@ class XMLParent extends @xmlparent {
9494
}
9595

9696
/** An XML file. */
97-
class XMLFile extends XMLParent {
97+
class XMLFile extends XMLParent, File {
9898
XMLFile() {
9999
xmlEncoding(this,_)
100100
}

0 commit comments

Comments
 (0)