mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-02 23:12:08 +00:00
Add a virtual destructor for ThreadedQueue
This commit is contained in:
parent
3f45c05476
commit
49559402cf
@ -16,6 +16,7 @@ using std::experimental::optional;
|
|||||||
|
|
||||||
struct BaseThreadQueue {
|
struct BaseThreadQueue {
|
||||||
virtual bool IsEmpty() = 0;
|
virtual bool IsEmpty() = 0;
|
||||||
|
virtual ~BaseThreadQueue() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct MultiQueueWaiter {
|
struct MultiQueueWaiter {
|
||||||
|
Loading…
Reference in New Issue
Block a user