diff options
author | 2016-04-28 15:16:23 +0000 | |
---|---|---|
committer | 2016-04-28 15:16:23 +0000 | |
commit | 168dc86c261bd7770b99b1803a769eb658f13f96 (patch) | |
tree | 28f7b4851fe1e81e43e57848e84b00f055079fac /libs/binder/IProcessInfoService.cpp | |
parent | ab682e471572d11c5aa217c9cdd5e2c5f3716598 (diff) | |
parent | a5226fb2cf3d03544da1f9d4d44887c4143e0af0 (diff) |
Merge "Fix google-explicit-constructor warnings."
am: a5226fb
* commit 'a5226fb2cf3d03544da1f9d4d44887c4143e0af0':
Fix google-explicit-constructor warnings.
Change-Id: I10c47f1c6502c038fdc82271bc829635a22cbead
Diffstat (limited to 'libs/binder/IProcessInfoService.cpp')
-rw-r--r-- | libs/binder/IProcessInfoService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IProcessInfoService.cpp b/libs/binder/IProcessInfoService.cpp index d86eb27b4d..794588b3ff 100644 --- a/libs/binder/IProcessInfoService.cpp +++ b/libs/binder/IProcessInfoService.cpp @@ -25,7 +25,7 @@ namespace android { class BpProcessInfoService : public BpInterface<IProcessInfoService> { public: - BpProcessInfoService(const sp<IBinder>& impl) + explicit BpProcessInfoService(const sp<IBinder>& impl) : BpInterface<IProcessInfoService>(impl) {} virtual status_t getProcessStatesFromPids(size_t length, /*in*/ int32_t* pids, |