summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 2d8eca9b3..568c7a7a1 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -41,7 +41,7 @@ class Resampler;
* @brief A class which can `play' a Playlist; emitting its audio and video.
*/
-class Player : public boost::enable_shared_from_this<Player>
+class Player : public boost::enable_shared_from_this<Player>, public boost::noncopyable
{
public:
Player (boost::shared_ptr<const Film>, boost::shared_ptr<const Playlist>);