summaryrefslogtreecommitdiff
path: root/src/reel_mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_mxf.h')
-rw-r--r--src/reel_mxf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_mxf.h b/src/reel_mxf.h
index 1d4c3263..b56e293e 100644
--- a/src/reel_mxf.h
+++ b/src/reel_mxf.h
@@ -41,8 +41,8 @@ class ReelMXF
{
public:
ReelMXF () {}
- ReelMXF (boost::optional<std::string> key_id);
- ReelMXF (boost::shared_ptr<const cxml::Node>);
+ explicit ReelMXF (boost::optional<std::string> key_id);
+ explicit ReelMXF (boost::shared_ptr<const cxml::Node>);
virtual ~ReelMXF () {}
/** @return the 4-character key type for this MXF (MDIK, MDAK, etc.) */