From: Carl Hetherington Date: Fri, 17 Apr 2020 20:29:14 +0000 (+0200) Subject: Add a missing noncopyable. X-Git-Tag: v2.15.52~5 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8902a7adb63e2dac24e877ed1035bf344397c260;hp=4230f0381715f8f6f9e85374ea0e74fb3104a18d;p=dcpomatic.git Add a missing noncopyable. --- diff --git a/src/lib/player_video.h b/src/lib/player_video.h index a8f12a082..1a4a01d58 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2019 Carl Hetherington + Copyright (C) 2013-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -32,6 +32,7 @@ extern "C" { #include #include #include +#include class Image; class ImageProxy; @@ -42,7 +43,7 @@ class Socket; * bits still their raw form. We may want to combine the bits on a remote machine, * or maybe not even bother to combine them at all. */ -class PlayerVideo +class PlayerVideo : public boost::noncopyable { public: PlayerVideo (