diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-13 23:39:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-13 23:39:59 +0200 |
| commit | 70359290aea25fa31604bc2b1e1224823f09d186 (patch) | |
| tree | d430a10d7de38469837faa6ea5bd78c315b766ae /src/interop_subtitle_asset.h | |
| parent | 776836d2700123f8a0f109d3a2ac00fad5cdfd48 (diff) | |
Add const version of add_font_assets().
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index 467728db..72d862ad 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -83,6 +83,7 @@ public: void resolve_fonts (std::vector<std::shared_ptr<Asset>> assets); void add_font_assets (std::vector<std::shared_ptr<Asset>>& assets); + void add_font_assets(std::vector<std::shared_ptr<const Asset>>& assets); void set_font_file (std::string load_id, boost::filesystem::path file); /** @return the <LoadFont> IDs of fonts for which we have not (yet) found a font asset. |
