mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 12:25:07 +08:00
test: Fix undefined behavior of deleting incomplete type
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "base/EventQueue.h"
|
||||
|
||||
class EventQueueTimer;
|
||||
class EventQueueTimer {};
|
||||
|
||||
class TestEventQueue : public EventQueue {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user