X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=6b70d578988eae42cf1ca5d0478f480af78eee54;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=a1b1437c811fb391154b222466b7fa22a27b5258;hpb=f90d74f7a0382f0dc63eef81bd553d7a7b38edb2;p=dcpomatic.git 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 (Content::shared_from_this ()); }; - void examine (boost::shared_ptr); + void examine (boost::shared_ptr, bool calculate_digest); std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *) const;