X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=e59dba0b8fa2796b2f7ae73d94bc6649abf5b90c;hb=e894cfe3d891135d1b92b62603a464e42bd6ed5c;hp=dc0d53ffff2e03650c611b067d18d61abe5a18d0;hpb=47f25009bcbc765e397bcb471dd361a511c99daf;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index dc0d53fff..e59dba0b8 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -17,8 +17,8 @@ */ -#include #include "job.h" +#include class Content; class Log; @@ -26,7 +26,7 @@ class Log; class ExamineContentJob : public Job { public: - ExamineContentJob (boost::shared_ptr, boost::shared_ptr, bool); + ExamineContentJob (boost::shared_ptr, boost::shared_ptr, bool calculate_digest); ~ExamineContentJob (); std::string name () const; @@ -34,6 +34,6 @@ public: private: boost::shared_ptr _content; - bool _quick; + bool _calculate_digest; };