diff options
Diffstat (limited to 'src/lib/atmos_mxf_content.h')
| -rw-r--r-- | src/lib/atmos_mxf_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/atmos_mxf_content.h b/src/lib/atmos_mxf_content.h index b0bdeb92f..135371739 100644 --- a/src/lib/atmos_mxf_content.h +++ b/src/lib/atmos_mxf_content.h @@ -37,7 +37,7 @@ public: return std::dynamic_pointer_cast<const AtmosMXFContent> (Content::shared_from_this()); } - void examine (std::shared_ptr<const Film> film, std::shared_ptr<Job> job) override; + void examine(std::shared_ptr<const Film> film, std::shared_ptr<Job> job, bool tolerant) override; std::string summary () const override; void as_xml( |
