X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content_type.h;h=965c163478af5fa30eeeefe3b36a1b0522a86d4d;hb=5352daa4fa25f2ec3353ace953d23d9cb09f3549;hp=960bb012948cf8c8b8be310b5ee13622a7cd934d;hpb=67ac2b512788c5c331ff57b2d8bf571fd58d0ebf;p=dcpomatic.git diff --git a/src/lib/dcp_content_type.h b/src/lib/dcp_content_type.h index 960bb0129..965c16347 100644 --- a/src/lib/dcp_content_type.h +++ b/src/lib/dcp_content_type.h @@ -17,8 +17,8 @@ */ -#ifndef DVDOMATIC_DCP_CONTENT_TYPE_H -#define DVDOMATIC_DCP_CONTENT_TYPE_H +#ifndef DCPOMATIC_DCP_CONTENT_TYPE_H +#define DCPOMATIC_DCP_CONTENT_TYPE_H /** @file src/content_type.h * @brief A description of the type of content for a DCP (e.g. feature, trailer etc.) @@ -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);