diff options
Diffstat (limited to 'src/lib/text_decoder.h')
| -rw-r--r-- | src/lib/text_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h index a82f43f51..a320e146b 100644 --- a/src/lib/text_decoder.h +++ b/src/lib/text_decoder.h @@ -44,7 +44,7 @@ public: ContentTime first ); - ContentTime position (boost::shared_ptr<const Film>) const { + boost::optional<ContentTime> position (boost::shared_ptr<const Film>) const { return _position; } |
