| Index: sky/engine/core/animation/InterpolationEffect.h
|
| diff --git a/sky/engine/core/animation/InterpolationEffect.h b/sky/engine/core/animation/InterpolationEffect.h
|
| index c7436e0297389b24c53fe92afe9e6ab25f0e1a64..cd8631e2b118b3fcef81f40963676234d00a04b6 100644
|
| --- a/sky/engine/core/animation/InterpolationEffect.h
|
| +++ b/sky/engine/core/animation/InterpolationEffect.h
|
| @@ -30,7 +30,7 @@ private:
|
| {
|
| }
|
|
|
| - class InterpolationRecord : public DummyBase<InterpolationRecord> {
|
| + class InterpolationRecord {
|
| public:
|
| RefPtr<Interpolation> m_interpolation;
|
| RefPtr<TimingFunction> m_easing;
|
|
|