summaryrefslogtreecommitdiff
path: root/src/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-21 07:08:13 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-21 07:10:57 -0500
commitacb24d6d22e19d4f6b3883c029dd9fef5c1c9529 (patch)
tree2a2f732edd59c4f42c1eb3e9a9e95ff135091bab /src/format.h
parentca1d4c53117b8738a8f7a95ca417d7797bfe83f5 (diff)
downloadfork-ledger-acb24d6d22e19d4f6b3883c029dd9fef5c1c9529.tar.gz
fork-ledger-acb24d6d22e19d4f6b3883c029dd9fef5c1c9529.tar.bz2
fork-ledger-acb24d6d22e19d4f6b3883c029dd9fef5c1c9529.zip
Added several more missing virtual keywords
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h
index fc1272aa..a2bf1015 100644
--- a/src/format.h
+++ b/src/format.h
@@ -132,7 +132,7 @@ public:
if (! _str.empty())
parse_format(_str);
}
- ~format_t() {
+ virtual ~format_t() {
TRACE_DTOR(format_t);
}