diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-22 00:20:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-22 00:20:29 +0100 |
| commit | 11c70b0e3051517e7bb96a7d6fa53053dab6e978 (patch) | |
| tree | 83a40cd91bb9ec4a276026d2ea936144c832d04b /src/lib/decoder.h | |
| parent | 62c15e24fcaa54a936b0e86cacce07616fea8c8e (diff) | |
Half-way through trying to make seek work again.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index ae0d0c671..3876e6c1a 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -54,7 +54,7 @@ public: virtual ~Decoder () {} virtual bool pass () = 0; - virtual bool seek (double); + virtual bool seek (Time); virtual bool seek_back () { return true; } |
