diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-19 11:38:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-19 11:38:36 +0100 |
| commit | d86d3f66f88623bea44033db4855206dd3a5e830 (patch) | |
| tree | 6e94746c03a46ebf6b6d3fb4ff4bebf032bb5060 /src/subtitle_asset.cc | |
| parent | 58645afe4a843e69ff1c72ffbd772746d8edbef1 (diff) | |
Some more boost::filesystem::path.
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 866a6d25..d48d4ac0 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -285,7 +285,7 @@ SubtitleAsset::write_to_cpl (xmlpp::Element* node, bool) const xmlpp::Node* ms = node->add_child ("MainSubtitle"); ms->add_child("Id")->add_child_text("urn:uuid:" + _uuid); - ms->add_child("AnnotationText")->add_child_text (_file_name); + ms->add_child("AnnotationText")->add_child_text (_file_name.string ()); /* XXX */ ms->add_child("EntryPoint")->add_child_text ("0"); } |
