| Index: sky/engine/core/events/EventPath.h
|
| diff --git a/sky/engine/core/events/EventPath.h b/sky/engine/core/events/EventPath.h
|
| index 1138fcc781eb077dc25fe5f560e8a34b588d7966..0a1eb196ced0bf88d6df62447f98adf015733010 100644
|
| --- a/sky/engine/core/events/EventPath.h
|
| +++ b/sky/engine/core/events/EventPath.h
|
| @@ -42,7 +42,7 @@ class TouchEvent;
|
| class TouchList;
|
| class TreeScope;
|
|
|
| -class EventPath final : public DummyBase<EventPath> {
|
| +class EventPath final {
|
| public:
|
| explicit EventPath(Event*);
|
| explicit EventPath(Node*);
|
|
|