X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=6b70d578988eae42cf1ca5d0478f480af78eee54;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=6db24767d5af5850a418444f204f69b896bb6f5b;hpb=2c0478d2b33906845b9d910668b12fe3e8f03a7c;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 6db24767d..6b70d5789 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -31,13 +31,13 @@ class ImageContent : public VideoContent { public: ImageContent (boost::shared_ptr, boost::filesystem::path); - ImageContent (boost::shared_ptr, boost::shared_ptr, int); + ImageContent (boost::shared_ptr, cxml::ConstNodePtr, int); boost::shared_ptr shared_from_this () { 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;