mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Add virtual destructor for ThreadBase.
Oops!
This commit is contained in:
parent
80511ac93f
commit
cefab197da
@ -32,6 +32,8 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~ThreadBase() = default;
|
||||
|
||||
protected:
|
||||
static msg_t fn(void* arg) {
|
||||
auto obj = static_cast<ThreadBase*>(arg);
|
||||
|
Loading…
Reference in New Issue
Block a user