X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content_type.h;h=965c163478af5fa30eeeefe3b36a1b0522a86d4d;hb=872557b0261c0daf2206a24e38f33b1c9871c8a3;hp=14204bd722b6d167e5234e09e88eb331b97362ef;hpb=147cca5876dfbdf56e21289c3a36bec4b4850191;p=dcpomatic.git diff --git a/src/lib/dcp_content_type.h b/src/lib/dcp_content_type.h index 14204bd72..965c16347 100644 --- a/src/lib/dcp_content_type.h +++ b/src/lib/dcp_content_type.h @@ -31,7 +31,7 @@ /** @class DCPContentType * @brief A description of the type of content for a DCP (e.g. feature, trailer etc.) */ -class DCPContentType +class DCPContentType : public boost::noncopyable { public: DCPContentType (std::string, libdcp::ContentKind, std::string);