summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-24 21:39:42 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-24 21:39:42 +0200
commitc1d782e29c4fd0ae6de7a3c5b0f47833580293bd (patch)
treed90ff8554a2a04d60966ab928708187053610228 /src/interop_subtitle_asset.h
parent232e17ff2944d4e0dca311be9b1bc703055d71b4 (diff)
wip: add AssetMap and fix everything up.dcp-editor
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;