diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-21 21:42:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 89aa9d4ba69e471949f791cdafe4ae20cea554d2 (patch) | |
| tree | a8260555268d392292775a2851d8780e5612091b /src/lib/subtitle_decoder.h | |
| parent | 7db99ef207c68910ee96a3e806c9832e8f90b219 (diff) | |
Various fixes to push audio vaguely in the right direction.
Diffstat (limited to 'src/lib/subtitle_decoder.h')
| -rw-r--r-- | src/lib/subtitle_decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/subtitle_decoder.h b/src/lib/subtitle_decoder.h index f44766393..2b38153bf 100644 --- a/src/lib/subtitle_decoder.h +++ b/src/lib/subtitle_decoder.h @@ -48,7 +48,7 @@ public: boost::shared_ptr<Log> log ); - boost::optional<ContentTime> position () const { + ContentTime position () const { return _position; } @@ -65,7 +65,7 @@ public: private: boost::shared_ptr<const SubtitleContent> _content; - boost::optional<ContentTime> _position; + ContentTime _position; }; #endif |
