X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilter.h;h=f73a954538350d18a287582eddc643996baa96d5;hb=9b7a360f05b5074b1a13bf329416e1f86eb27f9d;hp=5fbfd9c234e3a999bf04d7cbfa826241d49563bc;hpb=b249700e1da7dd6631a8b4440587f4093a2bdef1;p=dcpomatic.git diff --git a/src/lib/filter.h b/src/lib/filter.h index 5fbfd9c23..f73a95453 100644 --- a/src/lib/filter.h +++ b/src/lib/filter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -44,9 +44,6 @@ class Filter public: Filter (std::string i, std::string n, std::string c, std::string f); - Filter (Filter const&) = delete; - Filter& operator= (Filter const&) = delete; - /** @return our id */ std::string id () const { return _id; @@ -82,7 +79,7 @@ private: std::string _ffmpeg; /** all available filters */ - static std::vector _filters; + static std::vector _filters; static void maybe_add (std::string, std::string, std::string, std::string); };