diff --git a/lib/symboldatabase.cpp b/lib/symboldatabase.cpp index 6e1e90d24..bfa168db9 100644 --- a/lib/symboldatabase.cpp +++ b/lib/symboldatabase.cpp @@ -3964,6 +3964,7 @@ void SymbolDatabase::printXml(std::ostream &out) const << " access=\"" << accessControlToString(baseInfo.access) << "\"" << " type=\"" << baseInfo.type << "\"" << " isVirtual=\"" << (baseInfo.isVirtual ? "true" : "false") << "\"" + << " nameTok=\"" << baseInfo.nameTok << "\"" << "/>\n"; } out << " \n";