summaryrefslogtreecommitdiff
path: root/libs/gui/ISurfaceComposerClient.cpp
diff options
context:
space:
mode:
author Chih-Hung Hsieh <chh@google.com> 2016-04-28 15:16:23 +0000
committer android-build-merger <android-build-merger@google.com> 2016-04-28 15:16:23 +0000
commit168dc86c261bd7770b99b1803a769eb658f13f96 (patch)
tree28f7b4851fe1e81e43e57848e84b00f055079fac /libs/gui/ISurfaceComposerClient.cpp
parentab682e471572d11c5aa217c9cdd5e2c5f3716598 (diff)
parenta5226fb2cf3d03544da1f9d4d44887c4143e0af0 (diff)
Merge "Fix google-explicit-constructor warnings."
am: a5226fb * commit 'a5226fb2cf3d03544da1f9d4d44887c4143e0af0': Fix google-explicit-constructor warnings. Change-Id: I10c47f1c6502c038fdc82271bc829635a22cbead
Diffstat (limited to 'libs/gui/ISurfaceComposerClient.cpp')
-rw-r--r--libs/gui/ISurfaceComposerClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/ISurfaceComposerClient.cpp b/libs/gui/ISurfaceComposerClient.cpp
index 2ecb9083ff..decffbf9ba 100644
--- a/libs/gui/ISurfaceComposerClient.cpp
+++ b/libs/gui/ISurfaceComposerClient.cpp
@@ -47,7 +47,7 @@ enum {
class BpSurfaceComposerClient : public BpInterface<ISurfaceComposerClient>
{
public:
- BpSurfaceComposerClient(const sp<IBinder>& impl)
+ explicit BpSurfaceComposerClient(const sp<IBinder>& impl)
: BpInterface<ISurfaceComposerClient>(impl) {
}