diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 17:21:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 17:21:35 +0100 |
| commit | f45cbb73068321d857249aaa21f770b87493c7c2 (patch) | |
| tree | 9e98c39274a47c0906a79dbb18f067fc9963fb62 /src/lib/decoder.h | |
| parent | f385ef03e5ea27519a31c0839447735a7fba0602 (diff) | |
Test filling of stuff with black.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index edb532b9c..b550bf5cb 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -72,6 +72,8 @@ public: */ virtual Time next () const = 0; + virtual bool done () const = 0; + protected: /** The Film that we are decoding in */ |
