Merge pull request #45 from John-Colvin/patch-1
corrected templateDeclaration closing tag
This commit is contained in:
commit
1b5be72c3d
|
@ -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