diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 10:28:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 10:28:16 +0100 |
| commit | 5591a50b918d2dc784a9e15688dfe24eb2b6dfcc (patch) | |
| tree | 0cc8e92c88326bd023440956a839f72979322071 /src/openjpeg_image.h | |
| parent | 68fa6e44a938d963129db758c25af8e843771a85 (diff) | |
Add some explicit declarations to constructors.
Diffstat (limited to 'src/openjpeg_image.h')
| -rw-r--r-- | src/openjpeg_image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openjpeg_image.h b/src/openjpeg_image.h index 179ab346..3cfa157f 100644 --- a/src/openjpeg_image.h +++ b/src/openjpeg_image.h @@ -34,8 +34,8 @@ namespace dcp { class OpenJPEGImage : public boost::noncopyable { public: - OpenJPEGImage (opj_image_t *); - OpenJPEGImage (Size); + explicit OpenJPEGImage (opj_image_t *); + explicit OpenJPEGImage (Size); ~OpenJPEGImage (); int* data (int) const; |
