summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.h b/src/reel.h
index 8b394861..0c73e69f 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -63,7 +63,7 @@ public:
, _atmos (atmos)
{}
- Reel (boost::shared_ptr<const cxml::Node>);
+ explicit Reel (boost::shared_ptr<const cxml::Node>);
boost::shared_ptr<ReelPictureAsset> main_picture () const {
return _main_picture;