diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
| commit | c6871fe8617b3de03662b7630355059393bf8043 (patch) | |
| tree | ef4aeaa8a6556d1afe033b962d0e8a7c615afc05 /src/lib/video_content_scale.h | |
| parent | 334e250896a5dcbb64db96df8e20821ffc75b146 (diff) | |
Add a load of explicit keywords.
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; |
