diff options
Diffstat (limited to 'src/lib/text_decoder.h')
| -rw-r--r-- | src/lib/text_decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h index d45e37fc7..a82f43f51 100644 --- a/src/lib/text_decoder.h +++ b/src/lib/text_decoder.h @@ -41,11 +41,10 @@ public: TextDecoder ( Decoder* parent, boost::shared_ptr<const TextContent>, - boost::shared_ptr<Log> log, ContentTime first ); - ContentTime position () const { + ContentTime position (boost::shared_ptr<const Film>) const { return _position; } |
