Made ~post_t virtual

This commit is contained in:
John Wiegley 2009-11-12 05:08:43 -05:00
parent b2b0ae37e8
commit 0068ac8fc0

View file

@ -92,7 +92,7 @@ public:
{
TRACE_CTOR(post_t, "copy");
}
~post_t() {
virtual ~post_t() {
TRACE_DTOR(post_t);
}