summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-20 23:34:32 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-20 23:34:32 +0000
commit66f15e8fc998061c78675e499fa88ab1e17e318d (patch)
tree222adef254400d0ee1794d537c09ad72d8a1b872
parent1f86813144e0b036519454dff2bf5648d9de2e2a (diff)
Add a possible pure virtual method.
-rw-r--r--src/lib/decoder_part.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h
index 1d0473fa5..0b8b6a43b 100644
--- a/src/lib/decoder_part.h
+++ b/src/lib/decoder_part.h
@@ -34,6 +34,7 @@ public:
virtual ~DecoderPart () {}
virtual ContentTime position () const = 0;
+ virtual void seek () = 0;
void set_ignore (bool i) {
_ignore = i;