summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-22 23:13:48 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-22 23:13:48 -0500
commit98fdb135c8570c050bf41f5718a87dafea74ea03 (patch)
tree18ad1ae2a31a93e2f179f9f48a37eaa86cdfadf5 /src/pool.h
parentf01fa1a5131c287a4efe2708ffe3c9bc57b79468 (diff)
downloadfork-ledger-98fdb135c8570c050bf41f5718a87dafea74ea03.tar.gz
fork-ledger-98fdb135c8570c050bf41f5718a87dafea74ea03.tar.bz2
fork-ledger-98fdb135c8570c050bf41f5718a87dafea74ea03.zip
Added even more missing virtual keywords!
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pool.h b/src/pool.h
index c3d701b9..85de73a9 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -84,7 +84,7 @@ public:
explicit commodity_pool_t();
- ~commodity_pool_t() {
+ virtual ~commodity_pool_t() {
TRACE_DTOR(commodity_pool_t);
foreach (commodities_map::value_type pair, commodities)
checked_delete(pair.second);