diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-25 10:26:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-25 10:26:11 +0200 |
| commit | 7c24b62d51e0ddf14af451ef5a543f07b69f111e (patch) | |
| tree | 6628a7624fb554a4c8ee2ee561fa8228a0bde153 /src/interop_subtitle_asset.h | |
| parent | 764a1cc30404861757d9a99e7f0e20341d6ea353 (diff) | |
Move AssetMap handling out to a separate class.
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index b953b303..670dee27 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -68,7 +68,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; |
