X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder.h;h=ddea58aacbfc636c9c29d0264300155046c5378b;hb=95c48153421b1a6e0d7ca6cf5e67cd7623c03dc7;hp=92082ca18b105a62f9dd9aec909625c12ac875c9;hpb=c4403784febdbdd42e9c32e67fadb147f11fe566;p=dcpomatic.git diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 92082ca18..ddea58aac 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -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 film () const;