X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder.h;h=93c212b344c97c2b9277e4be45a6a2d0d8209115;hb=16d38163112bc3dddc71b9f4d6e65191395948e8;hp=d610f8727c902cd6bf889ab8cbc024ba3981f606;hpb=84012cdd64f451891febd36154b7226ea21a899b;p=dcpomatic.git diff --git a/src/lib/decoder.h b/src/lib/decoder.h index d610f8727..93c212b34 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -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 film () const;