diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-12 05:08:43 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-12 05:08:43 -0500 |
commit | 0068ac8fc06d00ba5172e5ddbd4f00cc4168681d (patch) | |
tree | ec8b902512e96a2d87a38b437940dc9f4740cc8c /src/post.h | |
parent | b2b0ae37e82fe6c480b7e6527e67cce168687679 (diff) | |
download | fork-ledger-0068ac8fc06d00ba5172e5ddbd4f00cc4168681d.tar.gz fork-ledger-0068ac8fc06d00ba5172e5ddbd4f00cc4168681d.tar.bz2 fork-ledger-0068ac8fc06d00ba5172e5ddbd4f00cc4168681d.zip |
Made ~post_t virtual
Diffstat (limited to 'src/post.h')
-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); } |