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) {