This commit is contained in:
chriseth 2017-03-17 14:44:44 +01:00
parent 616a9854e9
commit 44a0329921
2 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ string ASTJsonConverter::visibility(Declaration::Visibility const& _visibility)
}
}
string ASTJsonConverter::location( VariableDeclaration::Location _location)
string ASTJsonConverter::location(VariableDeclaration::Location _location)
{
switch (_location)
{

View File

@ -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<Json::Value*> m_jsonNodePtrs;