| Index: sky/engine/core/animation/AnimationNode.h
|
| diff --git a/sky/engine/core/animation/AnimationNode.h b/sky/engine/core/animation/AnimationNode.h
|
| index 8227ba598da45d6909e49be080568af62e2693e3..2b183ececf5c337e96d8c93d63bf8f25e1aefe7e 100644
|
| --- a/sky/engine/core/animation/AnimationNode.h
|
| +++ b/sky/engine/core/animation/AnimationNode.h
|
| @@ -71,7 +71,7 @@ public:
|
| PhaseNone,
|
| };
|
|
|
| - class EventDelegate : public DummyBase<EventDelegate> {
|
| + class EventDelegate {
|
| public:
|
| virtual ~EventDelegate() { }
|
| virtual void onEventCondition(const AnimationNode*) = 0;
|
|
|