From 08855980facf73e8aaabf57cd8d3a5028268f14d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 04:42:49 +0000 Subject: [PATCH] Added missing destructor. --- balance.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/balance.h b/balance.h index 591aae25..2a6f3072 100644 --- a/balance.h +++ b/balance.h @@ -46,6 +46,10 @@ class balance_t amounts.insert(amounts_pair(&amt.commodity(), amt)); } + ~balance_t() { + TRACE_DTOR(balance_t); + } + // assignment operator balance_t& operator=(const balance_t& bal) { if (this != &bal) {