Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / transcode_job.h
index 9dd9e36846abf5036fc894c743eb717585dfece2..8240977b9e1de83be715db8e339c9ff0fcbf5058 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -34,6 +34,7 @@ class TranscodeJob : public Job
 {
 public:
        explicit TranscodeJob (boost::shared_ptr<const Film> film);
+       ~TranscodeJob ();
 
        std::string name () const;
        std::string json_name () const;