balance_t does not need to refer to const commodities

This commit is contained in:
John Wiegley 2009-10-30 18:01:44 -04:00
parent 7ca80112fc
commit fefedefd56

View file

@ -80,7 +80,7 @@ class balance_t
multiplicative<balance_t, long> > > > > > > > > > > > > >
{
public:
typedef std::map<const commodity_t *, amount_t> amounts_map;
typedef std::map<commodity_t *, amount_t> amounts_map;
amounts_map amounts;