Skip to content
Snippets Groups Projects
Commit 2ac1fa10 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: use updated HashTable iterator names

parent 28f229f7
Branches
Tags
No related merge requests found
......@@ -190,7 +190,7 @@ Ostream& operator<<(Ostream& os, const xmlTag& tag)
// Attributes and text
forAllConstIters(tag.attributes_, iter)
{
os << token::SPACE << iter.key() << '=' << iter.object();
os << token::SPACE << iter.key() << '=' << iter.val();
}
if (tag.str().size() || tag.children_.size())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment