From fefedefd56036cef5267b6686a1296d1d4e2b752 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 30 Oct 2009 18:01:44 -0400 Subject: balance_t does not need to refer to const commodities --- src/balance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/balance.h') diff --git a/src/balance.h b/src/balance.h index fe8afe2b..6a382069 100644 --- a/src/balance.h +++ b/src/balance.h @@ -80,7 +80,7 @@ class balance_t multiplicative > > > > > > > > > > > > > { public: - typedef std::map amounts_map; + typedef std::map amounts_map; amounts_map amounts; -- cgit v1.2.3