X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.h;h=8240977b9e1de83be715db8e339c9ff0fcbf5058;hb=d97029163865e212dc3d7b3c57c16459933a11f6;hp=47611525a30fdc4c536ab827282f9e47892afcba;hpb=d8ea1796f34ff894b148a0af78c0a547e0496ee1;p=dcpomatic.git diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 47611525a..8240977b9 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -33,7 +33,8 @@ class Encoder; class TranscodeJob : public Job { public: - TranscodeJob (boost::shared_ptr film); + explicit TranscodeJob (boost::shared_ptr film); + ~TranscodeJob (); std::string name () const; std::string json_name () const;