diff options
Diffstat (limited to 'src/lib/video_content_scale.h')
| -rw-r--r-- | src/lib/video_content_scale.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/video_content_scale.h b/src/lib/video_content_scale.h index 1054234bc..2f161b1a7 100644 --- a/src/lib/video_content_scale.h +++ b/src/lib/video_content_scale.h @@ -40,9 +40,9 @@ class VideoContentScale { public: VideoContentScale (); - VideoContentScale (Ratio const *); - VideoContentScale (bool); - VideoContentScale (boost::shared_ptr<cxml::Node>); + explicit VideoContentScale (Ratio const *); + explicit VideoContentScale (bool); + explicit VideoContentScale (boost::shared_ptr<cxml::Node>); dcp::Size size (boost::shared_ptr<const VideoContent>, dcp::Size display_container, dcp::Size film_container) const; std::string id () const; |
