diff options
author | Chih-hung Hsieh <chh@google.com> | 2016-08-31 17:43:44 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-31 17:43:44 +0000 |
commit | 1f50f80aab31600406c7b93a1630d396228983f0 (patch) | |
tree | adbc220e05240c6ff92e67865ff446ac0b0a3b46 /libs/hwui/PropertyValuesAnimatorSet.h | |
parent | d835145d2fd86ab486427e305b4e1c03e7c4e6f4 (diff) | |
parent | 842f1e48e7c06de4da1b467f83fc625eaa6348a4 (diff) |
Merge "Fix google-explicit-constructor warnings in libs/hwui." am: 7207562ff7 am: d7a69e04eb
am: 842f1e48e7
Change-Id: I401bb7ef3a46bb317ba664667fab4a16c129e5aa
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 e208b08cc27a..a5d9e869196f 100644 --- a/libs/hwui/PropertyValuesAnimatorSet.h +++ b/libs/hwui/PropertyValuesAnimatorSet.h @@ -89,7 +89,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: |