diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-23 22:29:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-23 22:29:44 +0000 |
| commit | 6f125b65d1bc0650735624d7ada17a2ff573cbc4 (patch) | |
| tree | c37d69892f5d0fe244991f66110243caa030de8d /src/subtitle_content.h | |
| parent | 2e25fdc885226110c0ab28b3c8026e3dc4345cb5 (diff) | |
Some missed bits from 0.x.
Diffstat (limited to 'src/subtitle_content.h')
| -rw-r--r-- | src/subtitle_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h index 349a69c8..94b46868 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -52,7 +52,7 @@ public: return _language; } - std::list<SubtitleString> subtitles_at (Time t) const; + std::list<SubtitleString> subtitles_during (Time from, Time to) const; std::list<SubtitleString> const & subtitles () const { return _subtitles; } |
