commit | c406791ead6d864ec693ad01a80c5f471bdc2a7a | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue May 03 14:03:27 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue May 03 17:55:04 2016 -0700 |
tree | 16df8cb3e881d21fd5b233ec3f233f7a292d900f | |
parent | 6fa789211e0d2d0a488bdade34f19b5ea6e5923b [diff] [blame] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I7e061f68acdde368a3b63c029b928133646ebff2
diff --git a/libs/binder/IResultReceiver.cpp b/libs/binder/IResultReceiver.cpp index 2a22b69..646809e 100644 --- a/libs/binder/IResultReceiver.cpp +++ b/libs/binder/IResultReceiver.cpp
@@ -31,7 +31,7 @@ class BpResultReceiver : public BpInterface<IResultReceiver> { public: - BpResultReceiver(const sp<IBinder>& impl) + explicit BpResultReceiver(const sp<IBinder>& impl) : BpInterface<IResultReceiver>(impl) { }