diff options
Diffstat (limited to 'tests/numerics/CommodityAmount.h')
-rw-r--r-- | tests/numerics/CommodityAmount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/numerics/CommodityAmount.h b/tests/numerics/CommodityAmount.h index 5ffa7810..d80a3e15 100644 --- a/tests/numerics/CommodityAmount.h +++ b/tests/numerics/CommodityAmount.h @@ -28,6 +28,8 @@ class CommodityAmountTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST_SUITE_END(); public: + ledger::session_t session; + CommodityAmountTestCase() {} virtual ~CommodityAmountTestCase() {} |