summaryrefslogtreecommitdiff
path: root/src/lib/image_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_content.h')
-rw-r--r--src/lib/image_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h
index a1b1437c8..6b70d5789 100644
--- a/src/lib/image_content.h
+++ b/src/lib/image_content.h
@@ -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;