X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fstring_text_file.h;h=261c2ca6e95047b5b596e80f5e4b81b6662ad2b9;hp=c6fdac1e8834af1238ab481c2eb31f2e76bdea8c;hb=5a820bb8fae34591be5ac6d19a73461b9dab532a;hpb=9a7b67aee32a40539f29bc2d7017edd4a4f65f11 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 first () const; dcpomatic::ContentTime length () const; + std::vector const& subtitles() const { + return _subtitles; + } protected: std::vector _subtitles;