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