This commit is contained in:
John Colvin 2013-08-09 15:56:13 -07:00
commit 940f1f423b
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@ class XMLPrinter : ASTVisitor
{
if (dec !is null) visit(dec);
}
output.writeln("<templateDeclaration>");
output.writeln("</templateDeclaration>");
}
override void visit(TemplateInstance templateInstance)