summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-12 05:08:43 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-12 05:08:43 -0500
commit0068ac8fc06d00ba5172e5ddbd4f00cc4168681d (patch)
treeec8b902512e96a2d87a38b437940dc9f4740cc8c /src/post.h
parentb2b0ae37e82fe6c480b7e6527e67cce168687679 (diff)
Made ~post_t virtual
Diffstat (limited to 'src/post.h')
-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);
}