mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
minor changes
This commit is contained in:
parent
88844fc958
commit
4f80af5d1c
|
@ -1,4 +1,4 @@
|
||||||
# OpenJPEG
|
# OpenJPEG Sandboxed API
|
||||||
|
|
||||||
This library provides sandboxed version of the [OpenJPEG](https://github.com/uclouvain/openjpeg) library.
|
This library provides sandboxed version of the [OpenJPEG](https://github.com/uclouvain/openjpeg) library.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
class Openjp2SapiSandbox : public Openjp2Sandbox {
|
class Openjp2SapiSandbox : public Openjp2Sandbox {
|
||||||
public:
|
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<sandbox2::Policy> ModifyPolicy(
|
std::unique_ptr<sandbox2::Policy> ModifyPolicy(
|
||||||
sandbox2::PolicyBuilder*) override {
|
sandbox2::PolicyBuilder*) override {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user