Try to make Travis happy

This commit is contained in:
Daniel Marjamäki 2018-06-20 14:13:04 +02:00
parent 0b65a52224
commit b62c562a89
1 changed files with 1 additions and 0 deletions

View File

@ -3002,6 +3002,7 @@ void SymbolDatabase::printXml(std::ostream &out) const
out << " typeEndToken=\"" << var->typeEndToken() << '\"';
out << " access=\"" << accessControlToString(var->mAccess) << '\"';
out << " scope=\"" << var->scope() << '\"';
out << " constness=\"" << var->valueType()->constness << '\"';
out << " isArgument=\"" << var->isArgument() << '\"';
out << " isArray=\"" << var->isArray() << '\"';
out << " isClass=\"" << var->isClass() << '\"';