More noncopyable.
[dcpomatic.git] / src / lib / dcp_content_type.h
index 14204bd722b6d167e5234e09e88eb331b97362ef..965c163478af5fa30eeeefe3b36a1b0522a86d4d 100644 (file)
@@ -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);