mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Comment.
This commit is contained in:
parent
616a9854e9
commit
44a0329921
@ -168,7 +168,7 @@ private:
|
|||||||
m_jsonNodePtrs.pop();
|
m_jsonNodePtrs.pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool m_inEvent = false;
|
bool m_inEvent = false; ///< whether we are currently inside an event or not
|
||||||
bool processed = false;
|
bool processed = false;
|
||||||
Json::Value m_astJson;
|
Json::Value m_astJson;
|
||||||
std::stack<Json::Value*> m_jsonNodePtrs;
|
std::stack<Json::Value*> m_jsonNodePtrs;
|
||||||
|
Loading…
Reference in New Issue
Block a user