summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-16 22:20:39 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-16 22:20:39 +0100
commitbfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c (patch)
tree1038f16144cfe58995e31650925f066b67fda677 /src/lib/transcoder.h
parente16c8ed02a0cb1f733a990d75a9de1bf50cf89bd (diff)
More noncopyable.
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h2
1 files changed, 1 insertions, 1 deletions
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 (