Fixed compile error
This commit is contained in:
parent
fe1bdef759
commit
830bd82ae3
|
@ -591,7 +591,7 @@ class XMLPrinter : ASTVisitor
|
|||
|
||||
override void visit(VariableDeclaration variableDeclaration)
|
||||
{
|
||||
mixin (tagAndAccept!"variableDeclaration")
|
||||
mixin (tagAndAccept!"variableDeclaration");
|
||||
}
|
||||
|
||||
alias ASTVisitor.visit visit;
|
||||
|
|
|
@ -1159,7 +1159,7 @@ public:
|
|||
override void accept(ASTVisitor visitor)
|
||||
{
|
||||
mixin (visitIfNotNull!(declarationOrStatement, test, increment,
|
||||
StatementNoCaseNoDefault));
|
||||
statementNoCaseNoDefault));
|
||||
}
|
||||
/** */ DeclarationOrStatement declarationOrStatement;
|
||||
/** */ ExpressionStatement test;
|
||||
|
|
Loading…
Reference in New Issue