Give DCPDecoder its own ::position which just returns its internal
[dcpomatic.git] / src / lib / decoder.h
index d610f8727c902cd6bf889ab8cbc024ba3981f606..93c212b344c97c2b9277e4be45a6a2d0d8209115 100644 (file)
@@ -57,7 +57,7 @@ public:
        virtual bool pass () = 0;
        virtual void seek (ContentTime time, bool accurate);
 
-       ContentTime position () const;
+       virtual ContentTime position () const;
 
 protected:
        boost::shared_ptr<const Film> film () const;