diff options
Diffstat (limited to 'src/lib/dcp_subtitle_content.h')
| -rw-r--r-- | src/lib/dcp_subtitle_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h index 5949f8b0b..89a6f26a2 100644 --- a/src/lib/dcp_subtitle_content.h +++ b/src/lib/dcp_subtitle_content.h @@ -35,5 +35,7 @@ public: dcpomatic::DCPTime approximate_length () const override; private: + void add_fonts(std::shared_ptr<TextContent> content, std::shared_ptr<dcp::SubtitleAsset> subtitle_asset); + dcpomatic::ContentTime _length; }; |
