mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-17 13:14:18 -05: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:
|
protected:
|
||||||
static msg_t fn(void* arg) {
|
static msg_t fn(void* arg) {
|
||||||
auto obj = static_cast<ThreadBase*>(arg);
|
auto obj = static_cast<ThreadBase*>(arg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user