From 032afa5657bd600476cde256b6d7db84fde7d038 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 29 Aug 2004 03:23:55 -0400 Subject: a bit of a reorg; still much more to go --- amount.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amount.cc') 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_) {} -- cgit v1.2.3