diff options
Diffstat (limited to 'src/lib/font_id_allocator.h')
| -rw-r--r-- | src/lib/font_id_allocator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/font_id_allocator.h b/src/lib/font_id_allocator.h index 6737907c1..2a242a8cf 100644 --- a/src/lib/font_id_allocator.h +++ b/src/lib/font_id_allocator.h @@ -32,7 +32,7 @@ namespace dcp { class Reel; - class SubtitleAsset; + class TextAsset; } @@ -74,7 +74,7 @@ public: } private: - void add_fonts_from_asset(int reel_index, std::shared_ptr<const dcp::SubtitleAsset> asset); + void add_fonts_from_asset(int reel_index, std::shared_ptr<const dcp::TextAsset> asset); struct Font { |
