commit | c6baf563ba6aa207a48317c177b29f1d2b70cf3d | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Wed Apr 27 11:29:23 2016 -0700 |
committer | Chih-Hung Hsieh <[email protected]> | Wed Apr 27 11:38:12 2016 -0700 |
tree | 38cb5ab3e8ce0ebe0bcdace644378ad037adb37f | |
parent | cd4f7e12037acd16f500dc9a4be98e51fe58a11b [diff] [blame] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: Ibdd6a210bb7ff228e3624cc319169f77aca3b51e
diff --git a/libs/storage/IMountService.cpp b/libs/storage/IMountService.cpp index c643ed0..74638e7 100644 --- a/libs/storage/IMountService.cpp +++ b/libs/storage/IMountService.cpp
@@ -55,7 +55,7 @@ class BpMountService: public BpInterface<IMountService> { public: - BpMountService(const sp<IBinder>& impl) + explicit BpMountService(const sp<IBinder>& impl) : BpInterface<IMountService>(impl) { }