Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;
[dcpomatic.git] / src / lib / examine_content_job.h
index dc0d53ffff2e03650c611b067d18d61abe5a18d0..f0d9eae930c9ce6d8ef7ef6ac8d876240ca793d0 100644 (file)
@@ -26,7 +26,7 @@ class Log;
 class ExamineContentJob : public Job
 {
 public:
-       ExamineContentJob (boost::shared_ptr<Film>, boost::shared_ptr<Content>, bool);
+       ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>, bool calculate_digest);
        ~ExamineContentJob ();
 
        std::string name () const;
@@ -34,6 +34,6 @@ public:
 
 private:
        boost::shared_ptr<Content> _content;
-       bool _quick;
+       bool _calculate_digest;
 };