diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<Content>); - void examine_and_add_content (boost::shared_ptr<Content>); + void examine_content (boost::shared_ptr<Content>, bool calculate_digest); + void examine_and_add_content (boost::shared_ptr<Content>, bool calculate_digest); void add_content (boost::shared_ptr<Content>); void remove_content (boost::shared_ptr<Content>); void move_content_earlier (boost::shared_ptr<Content>); |
