summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interop_subtitle_asset.h')
-rw-r--r--src/interop_subtitle_asset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h
index b953b303..29f944b6 100644
--- a/src/interop_subtitle_asset.h
+++ b/src/interop_subtitle_asset.h
@@ -48,6 +48,7 @@
namespace dcp {
+class AssetMap;
class InteropLoadFontNode;
@@ -68,7 +69,7 @@ public:
NoteHandler note
) const override;
- void write_to_assetmap (xmlpp::Node* node, boost::filesystem::path root) const override;
+ void add_to_assetmap (AssetMap& asset_map, boost::filesystem::path root) const override;
void add_to_pkl (std::shared_ptr<PKL> pkl, boost::filesystem::path root) const override;
std::vector<std::shared_ptr<LoadFontNode>> load_font_nodes () const override;