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/IMediaSource.cpp b/media/libmedia/IMediaSource.cpp index 84f1181..1db22ec 100644 --- a/media/libmedia/IMediaSource.cpp +++ b/media/libmedia/IMediaSource.cpp
@@ -106,7 +106,7 @@ class BpMediaSource : public BpInterface<IMediaSource> { public: - BpMediaSource(const sp<IBinder>& impl) + explicit BpMediaSource(const sp<IBinder>& impl) : BpInterface<IMediaSource>(impl) { }