Made task_base destructor virtual
This commit is contained in:
parent
f1746b705a
commit
b16bf00a10
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace fc {
|
||||||
public:
|
public:
|
||||||
void run();
|
void run();
|
||||||
virtual void cancel(const char* reason FC_CANCELATION_REASON_DEFAULT_ARG) override;
|
virtual void cancel(const char* reason FC_CANCELATION_REASON_DEFAULT_ARG) override;
|
||||||
~task_base();
|
virtual ~task_base();
|
||||||
|
|
||||||
/* HERE BE DRAGONS
|
/* HERE BE DRAGONS
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue