diff options
Diffstat (limited to 'src/atmos_asset.h')
| -rw-r--r-- | src/atmos_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atmos_asset.h b/src/atmos_asset.h index 0be12025..2a5d0907 100644 --- a/src/atmos_asset.h +++ b/src/atmos_asset.h @@ -28,7 +28,7 @@ namespace dcp { class AtmosAsset : public Asset, public MXF { public: - AtmosAsset (boost::filesystem::path file); + explicit AtmosAsset (boost::filesystem::path file); std::string pkl_type (Standard) const; |
