commit | e21840600ce3c33696f8eecd07e0ae6e84699f56 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Mon Apr 25 21:03:28 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 25 21:03:28 2016 +0000 |
tree | e10a6fbbf43b0ced9138c340a04ca34748c00089 | |
parent | 193059de3b68259ff0afdee96da14d6b8507dab6 [diff] | |
parent | d3bccc881bf3421e9e71173a687db4ae1a06af4a [diff] |
Merge "Fix google-explicit-constructor warnings."
diff --git a/keystore/IKeystoreService.cpp b/keystore/IKeystoreService.cpp index 2753627..635d3a7 100644 --- a/keystore/IKeystoreService.cpp +++ b/keystore/IKeystoreService.cpp
@@ -456,7 +456,7 @@ class BpKeystoreService: public BpInterface<IKeystoreService> { public: - BpKeystoreService(const sp<IBinder>& impl) + explicit BpKeystoreService(const sp<IBinder>& impl) : BpInterface<IKeystoreService>(impl) { }