summaryrefslogtreecommitdiff
path: root/amount.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-29 03:23:55 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-29 03:23:55 -0400
commit032afa5657bd600476cde256b6d7db84fde7d038 (patch)
tree3d9839f92ce2f99fda85583388dd258f376fdbbb /amount.cc
parent3034529d54759f0fd3bcc6191f33a5e93a1988ca (diff)
downloadfork-ledger-032afa5657bd600476cde256b6d7db84fde7d038.tar.gz
fork-ledger-032afa5657bd600476cde256b6d7db84fde7d038.tar.bz2
fork-ledger-032afa5657bd600476cde256b6d7db84fde7d038.zip
a bit of a reorg; still much more to go
Diffstat (limited to 'amount.cc')
-rw-r--r--amount.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/amount.cc b/amount.cc
index 4d39f29a..9ebf0c80 100644
--- a/amount.cc
+++ b/amount.cc
@@ -1048,7 +1048,7 @@ using namespace ledger;
void (amount_t::*parse_1)(std::istream& in) = &amount_t::parse;
void (amount_t::*parse_2)(const std::string& str) = &amount_t::parse;
-struct commodity_updater_wrap : commodity_t::updater_t
+struct commodity_updater_wrap : public commodity_t::updater_t
{
PyObject * self;
commodity_updater_wrap(PyObject * self_) : self(self_) {}