summaryrefslogtreecommitdiff
path: root/src/balance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/balance.h')
-rw-r--r--src/balance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/balance.h b/src/balance.h
index eec4716d..003e29f9 100644
--- a/src/balance.h
+++ b/src/balance.h
@@ -147,7 +147,7 @@ public:
* Destructor. Destroys all of the accumulated amounts in the
* balance.
*/
- ~balance_t() {
+ virtual ~balance_t() {
TRACE_DTOR(balance_t);
}