diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/post.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ public: { TRACE_CTOR(post_t, "copy"); } - ~post_t() { + virtual ~post_t() { TRACE_DTOR(post_t); } |
index : fork-ledger.git | ||
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/post.h | 2 |
@@ -92,7 +92,7 @@ public: { TRACE_CTOR(post_t, "copy"); } - ~post_t() { + virtual ~post_t() { TRACE_DTOR(post_t); } |