diff options
author | Chih-hung Hsieh <chh@google.com> | 2016-08-31 17:39:44 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-31 17:39:44 +0000 |
commit | 842f1e48e7c06de4da1b467f83fc625eaa6348a4 (patch) | |
tree | 7485ecb265c47248f32bb52c26bf01ff02d781cd /libs/hwui/PropertyValuesAnimatorSet.h | |
parent | edd824b94a4d1cbc50e1d63ac8d76e62761aa375 (diff) | |
parent | d7a69e04eb49e8c79e0d1a5b4bd135e822342938 (diff) |
Merge "Fix google-explicit-constructor warnings in libs/hwui." am: 7207562ff7
am: d7a69e04eb
Change-Id: I78ea5c2e7036c5d5c7f5573b4eef208b0ff93b99
Diffstat (limited to 'libs/hwui/PropertyValuesAnimatorSet.h')
-rw-r--r-- | libs/hwui/PropertyValuesAnimatorSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PropertyValuesAnimatorSet.h b/libs/hwui/PropertyValuesAnimatorSet.h index c7ae7c0e8ce1..602fd91b0412 100644 --- a/libs/hwui/PropertyValuesAnimatorSet.h +++ b/libs/hwui/PropertyValuesAnimatorSet.h @@ -73,7 +73,7 @@ private: class PropertyAnimatorSetListener : public AnimationListener { public: - PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {} + explicit PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {} virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) override; private: |