test: Fix undefined behavior of deleting incomplete type
This commit is contained in:
parent
13a0359c58
commit
460f5df838
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "base/EventQueue.h"
|
||||
|
||||
class EventQueueTimer;
|
||||
class EventQueueTimer {};
|
||||
|
||||
class TestEventQueue : public EventQueue {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue