aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/filter/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/filter/driver.cxx')
-rw-r--r--examples/cxx/hybrid/filter/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/filter/driver.cxx b/examples/cxx/hybrid/filter/driver.cxx
index 5c15cef..67efb60 100644
--- a/examples/cxx/hybrid/filter/driver.cxx
+++ b/examples/cxx/hybrid/filter/driver.cxx
@@ -73,7 +73,7 @@ main (int argc, char* argv[])
xml_schema::document_simpl doc_s (root_s, people_s.root_name ());
people_s.pre (*ppl);
- doc_s.serialize (cout);
+ doc_s.serialize (cout, xml_schema::document_simpl::pretty_print);
people_s.post ();
}
catch (const xml_schema::parser_exception& e)