commit | 928e679cf30d8871b9e00e008e29728b2cccac96 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jun 30 14:17:31 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Jun 30 14:21:20 2016 -0700 |
tree | b7e88ac02785d8189e54e85862a627cfb2c6229d | |
parent | 8babab0d5cd836f1cc5435026f7dc04c0e421950 [diff] [blame] |
Fix google-explicit-constructor warnings in libhardware Bug: 28341362 Change-Id: I29a56734e54740e4b15fe2f6cacbbd867163ae79 Test: build with clang-tidy
diff --git a/modules/camera/ExampleCamera.h b/modules/camera/ExampleCamera.h index 45c4a94..44eac76 100644 --- a/modules/camera/ExampleCamera.h +++ b/modules/camera/ExampleCamera.h
@@ -27,7 +27,7 @@ // metadata and logic about that device. class ExampleCamera : public Camera { public: - ExampleCamera(int id); + explicit ExampleCamera(int id); ~ExampleCamera(); private: