mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 15:45:22 +03:00
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"
|
#include "base/EventQueue.h"
|
||||||
|
|
||||||
class EventQueueTimer;
|
class EventQueueTimer {};
|
||||||
|
|
||||||
class TestEventQueue : public EventQueue {
|
class TestEventQueue : public EventQueue {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user