diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-09 00:29:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-25 19:59:43 +0100 |
| commit | e602f01f8a5bfca0acd730a301ffbc8a675fe5d7 (patch) | |
| tree | 9a73953fd7d788c11cb959f5df39a57d67cdf5de /src/dcp.cc | |
| parent | b395d79069cf64fd3a552fb843a31affa57662de (diff) | |
Replace xmlpp::Node::add_child with cxml::add_child.no-add-child
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -441,7 +441,7 @@ DCP::write_volindex (Standard standard) const DCP_ASSERT (false); } - root->add_child("Index")->add_child_text ("1"); + cxml::add_text_child(root, "Index", "1"); doc.write_to_file_formatted(dcp::filesystem::fix_long_path(p).string(), "UTF-8"); } |
