summaryrefslogtreecommitdiff
path: root/libs/gui/ISurfaceComposer.cpp
diff options
context:
space:
mode:
author Chih-Hung Hsieh <chh@google.com> 2016-04-25 15:41:05 -0700
committer Chih-Hung Hsieh <chh@google.com> 2016-04-25 15:44:11 -0700
commite2347b7953f70232541bdc1b392230d6231aaeb9 (patch)
tree1d73a0ad214dcbcdf8bae3d1dc1eebb83985575b /libs/gui/ISurfaceComposer.cpp
parent33dcaf9b52649785bff0c56b48f84a8218354888 (diff)
Fix google-explicit-constructor warnings.
Bug: 28341362 Change-Id: I0ce850de85e0de6a5472dd142f738856142db9ec
Diffstat (limited to 'libs/gui/ISurfaceComposer.cpp')
-rw-r--r--libs/gui/ISurfaceComposer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/ISurfaceComposer.cpp b/libs/gui/ISurfaceComposer.cpp
index 78886d5bb6..9bfc90691b 100644
--- a/libs/gui/ISurfaceComposer.cpp
+++ b/libs/gui/ISurfaceComposer.cpp
@@ -46,7 +46,7 @@ class IDisplayEventConnection;
class BpSurfaceComposer : public BpInterface<ISurfaceComposer>
{
public:
- BpSurfaceComposer(const sp<IBinder>& impl)
+ explicit BpSurfaceComposer(const sp<IBinder>& impl)
: BpInterface<ISurfaceComposer>(impl)
{
}