diff options
Diffstat (limited to 'tools/aapt2/ResourceTable_test.cpp')
-rw-r--r-- | tools/aapt2/ResourceTable_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/ResourceTable_test.cpp b/tools/aapt2/ResourceTable_test.cpp index 06d8699730de..d3b9af32c945 100644 --- a/tools/aapt2/ResourceTable_test.cpp +++ b/tools/aapt2/ResourceTable_test.cpp @@ -28,7 +28,7 @@ namespace aapt { struct TestValue : public Value { std::u16string value; - TestValue(StringPiece16 str) : value(str.toString()) { + explicit TestValue(StringPiece16 str) : value(str.toString()) { } TestValue* clone(StringPool* /*newPool*/) const override { |