commit | e2347b7953f70232541bdc1b392230d6231aaeb9 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Apr 25 15:41:05 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Apr 25 15:44:11 2016 -0700 |
tree | 1d73a0ad214dcbcdf8bae3d1dc1eebb83985575b | |
parent | 33dcaf9b52649785bff0c56b48f84a8218354888 [diff] [blame] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I0ce850de85e0de6a5472dd142f738856142db9ec
diff --git a/libs/gui/IDisplayEventConnection.cpp b/libs/gui/IDisplayEventConnection.cpp index 9890f44..b1d3b00 100644 --- a/libs/gui/IDisplayEventConnection.cpp +++ b/libs/gui/IDisplayEventConnection.cpp
@@ -39,7 +39,7 @@ class BpDisplayEventConnection : public BpInterface<IDisplayEventConnection> { public: - BpDisplayEventConnection(const sp<IBinder>& impl) + explicit BpDisplayEventConnection(const sp<IBinder>& impl) : BpInterface<IDisplayEventConnection>(impl) { }