diff options
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index f091b1b7..a2716a51 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -36,7 +36,7 @@ class ReelSoundAsset : public ReelAsset, public ReelMXF { public: ReelSoundAsset (boost::shared_ptr<dcp::SoundAsset> content, int64_t entry_point); - ReelSoundAsset (boost::shared_ptr<const cxml::Node>); + explicit ReelSoundAsset (boost::shared_ptr<const cxml::Node>); void write_to_cpl (xmlpp::Node* node, Standard standard) const; |
