summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smpte_subtitle_asset.h')
-rw-r--r--src/smpte_subtitle_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h
index 2632e0a5..47433610 100644
--- a/src/smpte_subtitle_asset.h
+++ b/src/smpte_subtitle_asset.h
@@ -90,10 +90,10 @@ public:
std::vector<std::shared_ptr<LoadFontNode>> load_font_nodes () const override;
- std::string xml_as_string () const override;
+ std::string xml_as_string(FontTags font_tags = FontTags::INCLUDE) const override;
/** Write this content to a MXF file */
- void write (boost::filesystem::path path) const override;
+ void write(boost::filesystem::path path, FontTags font_tags = FontTags::INCLUDE) const override;
void add (std::shared_ptr<Subtitle>) override;
void add_font (std::string id, dcp::ArrayData data) override;