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/binder/IServiceManager.cpp b/libs/binder/IServiceManager.cpp index 725ebdf..2062b3b 100644 --- a/libs/binder/IServiceManager.cpp +++ b/libs/binder/IServiceManager.cpp
@@ -126,7 +126,7 @@ class BpServiceManager : public BpInterface<IServiceManager> { public: - BpServiceManager(const sp<IBinder>& impl) + explicit BpServiceManager(const sp<IBinder>& impl) : BpInterface<IServiceManager>(impl) { }