summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post.h b/src/post.h
index d9e50580..22f8b961 100644
--- a/src/post.h
+++ b/src/post.h
@@ -92,7 +92,7 @@ public:
{
TRACE_CTOR(post_t, "copy");
}
- ~post_t() {
+ virtual ~post_t() {
TRACE_DTOR(post_t);
}