Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / decoder_part.h
index 7ba2cb2eb67c81f4ee8159e890ebbefce0d09f10..53d1a1b0827349fecc2b37dece5498be3786b837 100644 (file)
@@ -34,7 +34,7 @@ public:
        DecoderPart (Decoder* parent);
        virtual ~DecoderPart () {}
 
-       virtual ContentTime position (boost::shared_ptr<const Film> film) const = 0;
+       virtual dcpomatic::ContentTime position (boost::shared_ptr<const Film> film) const = 0;
        virtual void seek () = 0;
 
        void set_ignore (bool i) {