diff --git a/oss-internship-2020/openjpeg/README.md b/oss-internship-2020/openjpeg/README.md index 4c17082..5e700c6 100644 --- a/oss-internship-2020/openjpeg/README.md +++ b/oss-internship-2020/openjpeg/README.md @@ -1,4 +1,4 @@ -# OpenJPEG +# OpenJPEG Sandboxed API This library provides sandboxed version of the [OpenJPEG](https://github.com/uclouvain/openjpeg) library. diff --git a/oss-internship-2020/openjpeg/examples/decompress_example.cc b/oss-internship-2020/openjpeg/examples/decompress_example.cc index e710bce..ba41c25 100644 --- a/oss-internship-2020/openjpeg/examples/decompress_example.cc +++ b/oss-internship-2020/openjpeg/examples/decompress_example.cc @@ -27,7 +27,7 @@ class Openjp2SapiSandbox : public Openjp2Sandbox { public: - Openjp2SapiSandbox(std::string in_file) : in_file_(std::move(in_file)) {} + explicit Openjp2SapiSandbox(std::string in_file) : in_file_(std::move(in_file)) {} std::unique_ptr ModifyPolicy( sandbox2::PolicyBuilder*) override {