From 097a1fb413bbbb89182161d4c1a31daa5419ec96 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 13 Dec 2013 10:06:18 +0000 Subject: Time -> DCPTime. --- src/lib/image_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/image_decoder.h') diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h index 1f5f0b9d2..346fffdf7 100644 --- a/src/lib/image_decoder.h +++ b/src/lib/image_decoder.h @@ -37,7 +37,7 @@ public: /* Decoder */ void pass (); - void seek (Time, bool); + void seek (DCPTime, bool); bool done () const; private: -- cgit v1.2.3