Clean up a bit by using Content::film() more.
[dcpomatic.git] / src / lib / examine_content_job.h
index 86f1ab111d81284f4e95aa34b8fb507ff6c48e11..4b813bca4bbab1ade3888e19507d8ba269725015 100644 (file)
 
 */
 
-#include <boost/shared_ptr.hpp>
 #include "job.h"
+#include <boost/shared_ptr.hpp>
 
 class Content;
-class Log;
 
 class ExamineContentJob : public Job
 {
 public:
-       ExamineContentJob (boost::shared_ptr<Film>, boost::shared_ptr<Content>);
+       ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>);
        ~ExamineContentJob ();
 
        std::string name () const;
+       std::string json_name () const;
        void run ();
 
 private: