From bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Jul 2013 22:20:39 +0100 Subject: More noncopyable. --- src/lib/encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encoder.h') diff --git a/src/lib/encoder.h b/src/lib/encoder.h index b5a641f50..a6e5932be 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -53,7 +53,7 @@ class Job; * is supplied as uncompressed PCM in blocks of various sizes. */ -class Encoder +class Encoder : public boost::noncopyable { public: Encoder (boost::shared_ptr f, boost::shared_ptr); -- cgit v1.2.3