From e2347b7953f70232541bdc1b392230d6231aaeb9 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Mon, 25 Apr 2016 15:41:05 -0700 Subject: Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I0ce850de85e0de6a5472dd142f738856142db9ec --- libs/gui/ISurfaceComposerClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/gui/ISurfaceComposerClient.cpp') 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 { public: - BpSurfaceComposerClient(const sp& impl) + explicit BpSurfaceComposerClient(const sp& impl) : BpInterface(impl) { } -- cgit v1.2.3-59-g8ed1b