Made ~post_t virtual
This commit is contained in:
parent
b2b0ae37e8
commit
0068ac8fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public:
|
||||||
{
|
{
|
||||||
TRACE_CTOR(post_t, "copy");
|
TRACE_CTOR(post_t, "copy");
|
||||||
}
|
}
|
||||||
~post_t() {
|
virtual ~post_t() {
|
||||||
TRACE_DTOR(post_t);
|
TRACE_DTOR(post_t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue