Add some explicit declarations to constructors.
[libdcp.git] / src / reel_sound_asset.h
index f091b1b78e747143e8dac906b6e69973964f2e02..a2716a5186bfe6f237997571195857a4dfcf2fcb 100644 (file)
@@ -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;