From 44a032992144222aa604e94c1a2b6a63f9f34b4d Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 17 Mar 2017 14:44:44 +0100 Subject: Comment. --- libsolidity/ast/ASTJsonConverter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity/ast/ASTJsonConverter.h') diff --git a/libsolidity/ast/ASTJsonConverter.h b/libsolidity/ast/ASTJsonConverter.h index 603f2ab1..bd5e6560 100644 --- a/libsolidity/ast/ASTJsonConverter.h +++ b/libsolidity/ast/ASTJsonConverter.h @@ -168,7 +168,7 @@ private: m_jsonNodePtrs.pop(); } - bool m_inEvent = false; + bool m_inEvent = false; ///< whether we are currently inside an event or not bool processed = false; Json::Value m_astJson; std::stack m_jsonNodePtrs; -- cgit v1.2.3