commit | a4353671b1bfa2240742156da4f8f3278a0c542e | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Aug 02 11:41:54 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Aug 02 11:41:54 2016 -0700 |
tree | 2dafd0c6d6b595d78196af8d83384904a2fcdbe6 | |
parent | e24d4eef9b5fc3b93117af9471c9349cc7ebaa56 [diff] [blame] |
Fix google-explicit-constructor warnings in system/vold. Bug: 28341362 Change-Id: I14344b0cba134570bf87e7d61aa03503735dd794 Test: build with WITH_TIDY=1
diff --git a/VoldCommand.h b/VoldCommand.h index 5ddc666..e435159 100644 --- a/VoldCommand.h +++ b/VoldCommand.h
@@ -21,7 +21,7 @@ class VoldCommand : public FrameworkCommand { public: - VoldCommand(const char *cmd); + explicit VoldCommand(const char *cmd); virtual ~VoldCommand() {} };