commit | 64a2870d8515fd914638c60803db86dbd92f5b06 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue May 03 09:52:51 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue May 03 09:52:51 2016 -0700 |
tree | 435f16240536bf922e72f702f68473c43aee6013 | |
parent | 7ade2af987ea5e452183b5c6dc5effef25b916d1 [diff] [blame] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I11fe54e9e968d8a53a66d5b1cefca9026d5a9d7a
diff --git a/media/libmedia/IMediaCodecService.cpp b/media/libmedia/IMediaCodecService.cpp index dcf2b27..2d62419 100644 --- a/media/libmedia/IMediaCodecService.cpp +++ b/media/libmedia/IMediaCodecService.cpp
@@ -33,7 +33,7 @@ class BpMediaCodecService : public BpInterface<IMediaCodecService> { public: - BpMediaCodecService(const sp<IBinder>& impl) + explicit BpMediaCodecService(const sp<IBinder>& impl) : BpInterface<IMediaCodecService>(impl) { }