diff options
author | 2016-04-28 15:16:23 +0000 | |
---|---|---|
committer | 2016-04-28 15:16:23 +0000 | |
commit | 168dc86c261bd7770b99b1803a769eb658f13f96 (patch) | |
tree | 28f7b4851fe1e81e43e57848e84b00f055079fac /libs/gui/ISurfaceComposerClient.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/gui/ISurfaceComposerClient.cpp')
-rw-r--r-- | libs/gui/ISurfaceComposerClient.cpp | 2 |
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) { } |