| Index: sky/engine/core/events/BeforeTextInsertedEvent.h
|
| diff --git a/sky/engine/core/events/BeforeTextInsertedEvent.h b/sky/engine/core/events/BeforeTextInsertedEvent.h
|
| index 16c0c1d2bebc5578c0a200ad2fe1e6d3b7fa1d46..2b99724ab10658689bc64638d5931af09c825afa 100644
|
| --- a/sky/engine/core/events/BeforeTextInsertedEvent.h
|
| +++ b/sky/engine/core/events/BeforeTextInsertedEvent.h
|
| @@ -45,8 +45,6 @@ public:
|
| const String& text() const { return m_text; }
|
| void setText(const String& s) { m_text = s; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| explicit BeforeTextInsertedEvent(const String&);
|
|
|
|
|