mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 03:10:31 +00:00
Make a parent class destructor virtual.
This commit is contained in:
parent
9fef40210e
commit
c7a74ef796
@ -10,7 +10,7 @@
|
||||
class WorkerThread {
|
||||
public:
|
||||
WorkerThread();
|
||||
~WorkerThread();
|
||||
virtual ~WorkerThread();
|
||||
|
||||
// submit a new work item
|
||||
void Process(const std::function<void()>& work);
|
||||
|
Loading…
x
Reference in New Issue
Block a user