From c1d782e29c4fd0ae6de7a3c5b0f47833580293bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Apr 2022 21:39:42 +0200 Subject: wip: add AssetMap and fix everything up. --- src/interop_subtitle_asset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interop_subtitle_asset.h') 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, boost::filesystem::path root) const override; std::vector> load_font_nodes () const override; -- cgit v1.2.3