diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-06 22:32:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-19 12:59:37 +0200 |
| commit | 7a47f00a7ff3f95ef4013bf453340b94c8535e07 (patch) | |
| tree | 134b34a64892e470c66cc599435f28e6b8190a23 /src/subtitle_asset.h | |
| parent | c6387f885fd39e901189b6c73fca0a28cc9ec85b (diff) | |
Remove xmlns:xs namespace from subtitle XML (DoM #2498).
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 012050b1..28db9574 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -135,7 +135,7 @@ public: virtual SubtitleStandard subtitle_standard() const = 0; - static std::string format_xml (xmlpp::Document const& document, std::vector<std::pair<std::string, std::string>> const& namespaces); + static std::string format_xml(xmlpp::Document const& document, boost::optional<std::pair<std::string, std::string>> xml_namespace); protected: friend struct ::interop_dcp_font_test; |
