Union::dump indentification fixed

This commit is contained in:
Matej Sekoranja
2014-07-07 20:54:38 +02:00
parent 72bf9f76a3
commit 63c62a2aae

View File

@@ -552,7 +552,7 @@ size_t Union::getFieldIndex(string const &fieldName) const {
std::ostream& Union::dump(std::ostream& o) const
{
o << getID() << std::endl;
o << format::indent() << getID() << std::endl;
{
format::indent_scope s(o);
dumpFields(o);