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 57f041774..42635ab89 100644 --- a/src/lib/atmos_mxf_content.h +++ b/src/lib/atmos_mxf_content.h @@ -26,7 +26,7 @@ class AtmosMXFContent : public Content { public: - AtmosMXFContent (boost::filesystem::path path); + explicit AtmosMXFContent (boost::filesystem::path path); AtmosMXFContent (cxml::ConstNodePtr node, int version); std::shared_ptr<AtmosMXFContent> shared_from_this () { |
