balance_t does not need to refer to const commodities
This commit is contained in:
parent
7ca80112fc
commit
fefedefd56
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class balance_t
|
||||||
multiplicative<balance_t, long> > > > > > > > > > > > > >
|
multiplicative<balance_t, long> > > > > > > > > > > > > >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef std::map<const commodity_t *, amount_t> amounts_map;
|
typedef std::map<commodity_t *, amount_t> amounts_map;
|
||||||
|
|
||||||
amounts_map amounts;
|
amounts_map amounts;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue