diff options
Diffstat (limited to 'src/lib/string_text_file.h')
| -rw-r--r-- | src/lib/string_text_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/string_text_file.h b/src/lib/string_text_file.h index c6fdac1e8..261c2ca6e 100644 --- a/src/lib/string_text_file.h +++ b/src/lib/string_text_file.h @@ -44,6 +44,9 @@ public: boost::optional<dcpomatic::ContentTime> first () const; dcpomatic::ContentTime length () const; + std::vector<sub::Subtitle> const& subtitles() const { + return _subtitles; + } protected: std::vector<sub::Subtitle> _subtitles; |
