diff options
Diffstat (limited to 'src/reel_atmos_asset.h')
| -rw-r--r-- | src/reel_atmos_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h index 7d541fcb..7ce3865f 100644 --- a/src/reel_atmos_asset.h +++ b/src/reel_atmos_asset.h @@ -39,7 +39,7 @@ class ReelAtmosAsset : public ReelAsset, public ReelMXF { public: ReelAtmosAsset (boost::shared_ptr<AtmosAsset> asset, int64_t entry_point); - ReelAtmosAsset (boost::shared_ptr<const cxml::Node>); + explicit ReelAtmosAsset (boost::shared_ptr<const cxml::Node>); boost::shared_ptr<AtmosAsset> asset () const { return asset_of_type<AtmosAsset> (); |
