summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index d43e4e1d3..079174f89 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -56,7 +56,7 @@ class PlayerImage;
* is supplied as uncompressed PCM in blocks of various sizes.
*/
-class Encoder : public boost::noncopyable
+class Encoder : public boost::noncopyable, public ExceptionStore
{
public:
Encoder (boost::shared_ptr<const Film> f, boost::weak_ptr<Job>);