diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-10 22:08:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-11 01:03:42 +0200 |
| commit | 015e9c2d11f5ada16351eea57959e93dca7b45ea (patch) | |
| tree | 3d8bf33c0c5b46fe97bf0891115788dcd6f856b3 /src/subtitle_asset.cc | |
| parent | cb16089ce944664685f19fd659b7a643f71d7a4a (diff) | |
Rename fonts_with_load_ids() -> font_data()
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 083a8040..4c042974 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -648,7 +648,7 @@ SubtitleAsset::subtitles_as_xml (xmlpp::Element* xml_root, int time_code_rate, S } map<string, Data> -SubtitleAsset::fonts_with_load_ids () const +SubtitleAsset::font_data () const { map<string, Data> out; BOOST_FOREACH (Font const & i, _fonts) { |
