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/transcoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/transcoder.h') diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index b3c8f888b..007065b65 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -36,7 +36,7 @@ class Player; * A decoder is selected according to the content type, and the encoder can be specified * as a parameter to the constructor. */ -class Transcoder +class Transcoder : public boost::noncopyable { public: Transcoder ( -- cgit v1.2.3