diff options
Diffstat (limited to 'src/reel_stereo_picture_asset.h')
| -rw-r--r-- | src/reel_stereo_picture_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_stereo_picture_asset.h b/src/reel_stereo_picture_asset.h index ea95710f..a85c10d4 100644 --- a/src/reel_stereo_picture_asset.h +++ b/src/reel_stereo_picture_asset.h @@ -39,7 +39,7 @@ class ReelStereoPictureAsset : public ReelPictureAsset public: ReelStereoPictureAsset (); ReelStereoPictureAsset (boost::shared_ptr<StereoPictureAsset> content, int64_t entry_point); - ReelStereoPictureAsset (boost::shared_ptr<const cxml::Node>); + explicit ReelStereoPictureAsset (boost::shared_ptr<const cxml::Node>); /** @return the StereoPictureAsset that this object refers to */ boost::shared_ptr<const StereoPictureAsset> stereo_asset () const { |
