corrected templateDeclaration closing tag
This commit is contained in:
parent
3e3052bd81
commit
aad6f7d1f6
|
@ -1175,7 +1175,7 @@ class XMLPrinter : ASTVisitor
|
|||
{
|
||||
if (dec !is null) visit(dec);
|
||||
}
|
||||
output.writeln("<templateDeclaration>");
|
||||
output.writeln("</templateDeclaration>");
|
||||
}
|
||||
|
||||
override void visit(TemplateInstance templateInstance)
|
||||
|
|
Loading…
Reference in New Issue