summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index 908d3aae5..aa36d41b4 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -50,7 +50,7 @@ public:
* time. Pass accurate = true to try harder to get close to
* the request.
*/
- virtual void seek (Time time, bool accurate) = 0;
+ virtual void seek (DCPTime time, bool accurate) = 0;
virtual bool done () const = 0;