X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content_type.h;h=f08db883a867ba17ff2772e389ce7761389200d7;hb=0a5d3c77247d3e68a144bfc077c29fbcf3819735;hp=03a52e57ce00053a0d122b2a9eee93566e22128a;hpb=689fa55d1529ad88449ca464e9107c4dcc54d1cb;p=dcpomatic.git diff --git a/src/lib/dcp_content_type.h b/src/lib/dcp_content_type.h index 03a52e57c..f08db883a 100644 --- a/src/lib/dcp_content_type.h +++ b/src/lib/dcp_content_type.h @@ -28,6 +28,7 @@ */ +#include #include #include #include @@ -41,9 +42,6 @@ class DCPContentType public: DCPContentType (std::string, dcp::ContentKind, std::string); - DCPContentType (DCPContentType const&) = delete; - DCPContentType& operator= (DCPContentType const&) = delete; - /** @return user-visible `pretty' name */ std::string pretty_name () const { return _pretty_name; @@ -70,7 +68,7 @@ private: std::string _isdcf_name; /** All available DCP content types */ - static std::vector _dcp_content_types; + static std::vector _dcp_content_types; };