diff options
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
