Time -> DCPTime.
[dcpomatic.git] / src / lib / image_decoder.h
index 1f5f0b9d2310c463ea3f9bf4124b01a7b63c8d0c..346fffdf78d5a14d977ae9b3c41afd0c3b30762c 100644 (file)
@@ -37,7 +37,7 @@ public:
        /* Decoder */
 
        void pass ();
-       void seek (Time, bool);
+       void seek (DCPTime, bool);
        bool done () const;
 
 private: