| Index: sky/engine/core/animation/Keyframe.h
|
| diff --git a/sky/engine/core/animation/Keyframe.h b/sky/engine/core/animation/Keyframe.h
|
| index 414972a4c8974e04c5b14df13eaaf437adf689d4..38ee1c4e584cf19a3c5d40d73a9908de5ca98c48 100644
|
| --- a/sky/engine/core/animation/Keyframe.h
|
| +++ b/sky/engine/core/animation/Keyframe.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| virtual void trace(Visitor*) { }
|
|
|
| - class PropertySpecificKeyframe : public DummyBase<PropertySpecificKeyframe> {
|
| + class PropertySpecificKeyframe {
|
| public:
|
| virtual ~PropertySpecificKeyframe() { }
|
| double offset() const { return m_offset; }
|
|
|