Merge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0
[dcpomatic.git] / src / lib / image_content.h
index a1b1437c811fb391154b222466b7fa22a27b5258..8c50fd8a87f89cd0115d2a4e49b462d3af976448 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef DCPOMATIC_IMAGE_CONTENT_H
 #define DCPOMATIC_IMAGE_CONTENT_H
 
-#include <boost/enable_shared_from_this.hpp>
 #include "video_content.h"
+#include <boost/enable_shared_from_this.hpp>
 
 namespace cxml {
        class Node;
@@ -37,7 +37,7 @@ public:
                return boost::dynamic_pointer_cast<ImageContent> (Content::shared_from_this ());
        };
 
-       void examine (boost::shared_ptr<Job>);
+       void examine (boost::shared_ptr<Job>, bool calculate_digest);
        std::string summary () const;
        std::string technical_summary () const;
        void as_xml (xmlpp::Node *) const;