From 015e9c2d11f5ada16351eea57959e93dca7b45ea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Sep 2020 22:08:27 +0200 Subject: Rename fonts_with_load_ids() -> font_data() --- src/subtitle_asset.cc | 2 +- src/subtitle_asset.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -SubtitleAsset::fonts_with_load_ids () const +SubtitleAsset::font_data () const { map out; BOOST_FOREACH (Font const & i, _fonts) { diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index fd233cc8..50f723da 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -94,7 +94,7 @@ public: virtual void add (boost::shared_ptr); virtual void add_font (std::string id, boost::filesystem::path file) = 0; - std::map fonts_with_load_ids () const; + std::map font_data () const; virtual void write (boost::filesystem::path) const = 0; virtual std::string xml_as_string () const = 0; -- cgit v1.2.3