diff options
Diffstat (limited to 'src/reel_mono_picture_asset.h')
| -rw-r--r-- | src/reel_mono_picture_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_mono_picture_asset.h b/src/reel_mono_picture_asset.h index e707fc42..2b0b40e3 100644 --- a/src/reel_mono_picture_asset.h +++ b/src/reel_mono_picture_asset.h @@ -39,7 +39,7 @@ class ReelMonoPictureAsset : public ReelPictureAsset public: ReelMonoPictureAsset (); ReelMonoPictureAsset (boost::shared_ptr<MonoPictureAsset> asset, int64_t entry_point); - ReelMonoPictureAsset (boost::shared_ptr<const cxml::Node>); + explicit ReelMonoPictureAsset (boost::shared_ptr<const cxml::Node>); /** @return the MonoPictureAsset that this object refers to */ boost::shared_ptr<const MonoPictureAsset> mono_asset () const { |
