diff options
Diffstat (limited to 'services/surfaceflinger/GpuService.cpp')
-rw-r--r-- | services/surfaceflinger/GpuService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/GpuService.cpp b/services/surfaceflinger/GpuService.cpp index 0c2997191c..d93f8458b0 100644 --- a/services/surfaceflinger/GpuService.cpp +++ b/services/surfaceflinger/GpuService.cpp @@ -27,7 +27,7 @@ namespace android { class BpGpuService : public BpInterface<IGpuService> { public: - BpGpuService(const sp<IBinder>& impl) : BpInterface<IGpuService>(impl) {} + explicit BpGpuService(const sp<IBinder>& impl) : BpInterface<IGpuService>(impl) {} }; IMPLEMENT_META_INTERFACE(GpuService, "android.ui.IGpuService"); |