diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-20 23:34:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-20 23:37:20 +0000 |
| commit | d920b12b4d05fa1b0e95e1178ee21c671e0ae431 (patch) | |
| tree | a10896f0956b048b75d9b55d9092938dd5dfdd54 /src/lib/decoder_part.h | |
| parent | 37252b5a04501c1ba3c27c51d043235046775f78 (diff) | |
Add a possible pure virtual method.
Diffstat (limited to 'src/lib/decoder_part.h')
| -rw-r--r-- | src/lib/decoder_part.h | 1 |
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; |
