X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=38aa77bf52eddf7ea889b436483c3f585b628292;hb=78dd04db5ee5d1aa5fc915f04dc71cb53d33d059;hp=8c50fd8a87f89cd0115d2a4e49b462d3af976448;hpb=cf8e0e9e26dbaefab768000ebc1655b34ad11105;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 8c50fd8a8..38aa77bf5 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, bool calculate_digest); + void examine (boost::shared_ptr); std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *) const;