diff --git a/src/ptree.cc b/src/ptree.cc index 6609aed9..fa6a1db9 100644 --- a/src/ptree.cc +++ b/src/ptree.cc @@ -80,7 +80,7 @@ void format_ptree::flush() switch (format) { case FORMAT_XML: - property_tree::xml_writer_settings indented(' ', 2); + auto indented = property_tree::xml_writer_make_settings (' ', 2); property_tree::write_xml(out, pt, indented); out << std::endl; break;