aboutsummaryrefslogtreecommitdiffstats
path: root/AST_accept.h
diff options
context:
space:
mode:
Diffstat (limited to 'AST_accept.h')
-rw-r--r--AST_accept.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AST_accept.h b/AST_accept.h
index b1577ecd..5bd6993d 100644
--- a/AST_accept.h
+++ b/AST_accept.h
@@ -214,6 +214,7 @@ void VariableDeclaration::accept(ASTConstVisitor& _visitor) const
if (m_value)
m_value->accept(_visitor);
}
+ _visitor.endVisit(*this);
}
void ModifierDefinition::accept(ASTVisitor& _visitor)