X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=1906de91b19bc94674c86b6b5e0612687791046d;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=8a0823094e4c0ddf7b272ee05fae332ba631cc25;hpb=5dc2dbdb6639f8d617a40209ad603d2a38f9df2a;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index 8a0823094..1906de91b 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -250,8 +250,8 @@ public: void set_directory (boost::filesystem::path); void set_name (std::string); void set_use_isdcf_name (bool); - void examine_content (boost::shared_ptr); - void examine_and_add_content (boost::shared_ptr); + void examine_content (boost::shared_ptr, bool calculate_digest); + void examine_and_add_content (boost::shared_ptr, bool calculate_digest); void add_content (boost::shared_ptr); void remove_content (boost::shared_ptr); void move_content_earlier (boost::shared_ptr);