| Index: extensions/common/permissions/base_set_operators.h
|
| diff --git a/extensions/common/permissions/base_set_operators.h b/extensions/common/permissions/base_set_operators.h
|
| index ffe0323da225693cc2a28ca2d45e730277f5d281..4bc0c4bcee0bd09524be74d69370f3ffaaf7d269 100644
|
| --- a/extensions/common/permissions/base_set_operators.h
|
| +++ b/extensions/common/permissions/base_set_operators.h
|
| @@ -74,9 +74,7 @@ class BaseSetOperators {
|
| "U ptr must implicitly convert to T ptr");
|
| }
|
|
|
| - BaseSetOperators(const T& set) {
|
| - this->operator=(set);
|
| - }
|
| + explicit BaseSetOperators(const T& set) { this->operator=(set); }
|
|
|
| ~BaseSetOperators() {}
|
|
|
|
|