From 89aa9d4ba69e471949f791cdafe4ae20cea554d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Feb 2017 21:42:44 +0000 Subject: Various fixes to push audio vaguely in the right direction. --- src/lib/subtitle_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/subtitle_decoder.h') 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 ); - boost::optional position () const { + ContentTime position () const { return _position; } @@ -65,7 +65,7 @@ public: private: boost::shared_ptr _content; - boost::optional _position; + ContentTime _position; }; #endif -- cgit v1.2.3