diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-02-21 06:04:32 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-02-21 06:04:32 +0800 |
commit | fa3cd1cdc2b9e328e46508de6cd4b0fdaab62f84 (patch) | |
tree | 2078126709410b7c882f93f43f2c0822748da419 /AST_accept.h | |
parent | d0c36795a0998f9ad143c01882cb33334cbd471c (diff) | |
download | dexon-solidity-fa3cd1cdc2b9e328e46508de6cd4b0fdaab62f84.tar.gz dexon-solidity-fa3cd1cdc2b9e328e46508de6cd4b0fdaab62f84.tar.zst dexon-solidity-fa3cd1cdc2b9e328e46508de6cd4b0fdaab62f84.zip |
renamed local vaiable in fromDeclaration
added missing endvisit
Diffstat (limited to 'AST_accept.h')
-rw-r--r-- | AST_accept.h | 1 |
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) |