summaryrefslogtreecommitdiff
path: root/src/reel_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-02 10:28:16 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-02 10:28:16 +0100
commit5591a50b918d2dc784a9e15688dfe24eb2b6dfcc (patch)
tree0cc8e92c88326bd023440956a839f72979322071 /src/reel_asset.h
parent68fa6e44a938d963129db758c25af8e843771a85 (diff)
Add some explicit declarations to constructors.
Diffstat (limited to 'src/reel_asset.h')
-rw-r--r--src/reel_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h
index eea60fc8..c2f17d8a 100644
--- a/src/reel_asset.h
+++ b/src/reel_asset.h
@@ -53,7 +53,7 @@ class ReelAsset : public Object
public:
ReelAsset ();
ReelAsset (boost::shared_ptr<Asset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
- ReelAsset (boost::shared_ptr<const cxml::Node>);
+ explicit ReelAsset (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;