commit | e2347b7953f70232541bdc1b392230d6231aaeb9 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Apr 25 15:41:05 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Apr 25 15:44:11 2016 -0700 |
tree | 1d73a0ad214dcbcdf8bae3d1dc1eebb83985575b | |
parent | 33dcaf9b52649785bff0c56b48f84a8218354888 [diff] [blame] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I0ce850de85e0de6a5472dd142f738856142db9ec
diff --git a/libs/gui/ISensorEventConnection.cpp b/libs/gui/ISensorEventConnection.cpp index dc7a35c..59ecee7 100644 --- a/libs/gui/ISensorEventConnection.cpp +++ b/libs/gui/ISensorEventConnection.cpp
@@ -40,7 +40,7 @@ class BpSensorEventConnection : public BpInterface<ISensorEventConnection> { public: - BpSensorEventConnection(const sp<IBinder>& impl) + explicit BpSensorEventConnection(const sp<IBinder>& impl) : BpInterface<ISensorEventConnection>(impl) { }