diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 10:28:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 10:28:16 +0100 |
| commit | 5591a50b918d2dc784a9e15688dfe24eb2b6dfcc (patch) | |
| tree | 0cc8e92c88326bd023440956a839f72979322071 /src/reel_picture_asset.h | |
| parent | 68fa6e44a938d963129db758c25af8e843771a85 (diff) | |
Add some explicit declarations to constructors.
Diffstat (limited to 'src/reel_picture_asset.h')
| -rw-r--r-- | src/reel_picture_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h index 73be1a1a..ab93e490 100644 --- a/src/reel_picture_asset.h +++ b/src/reel_picture_asset.h @@ -38,7 +38,7 @@ class ReelPictureAsset : public ReelAsset, public ReelMXF public: ReelPictureAsset (); ReelPictureAsset (boost::shared_ptr<PictureAsset> asset, int64_t entry_point); - ReelPictureAsset (boost::shared_ptr<const cxml::Node>); + explicit ReelPictureAsset (boost::shared_ptr<const cxml::Node>); virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const; virtual bool equals (boost::shared_ptr<const ReelAsset>, EqualityOptions, NoteHandler) const; |
