diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-26 16:52:41 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-26 16:52:41 +0100 |
commit | 4574c30fcfd3b03bab9a368a6ff2928af7e11e28 (patch) | |
tree | 31112a34e89d39a51d6ed6f83e13978b69d97aa9 /src/quotes.h | |
parent | 1fad2ec7c135ebe87bb34838f21adaac720dda03 (diff) | |
download | fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.gz fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.bz2 fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.zip |
The --download option is now fully restored
Diffstat (limited to 'src/quotes.h')
-rw-r--r-- | src/quotes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quotes.h b/src/quotes.h index ea47d4c2..5db69d1f 100644 --- a/src/quotes.h +++ b/src/quotes.h @@ -49,7 +49,8 @@ namespace ledger { optional<price_point_t> -commodity_quote_from_script(const optional<commodity_t&>& exchange_commodity); +commodity_quote_from_script(commodity_t& commodity, + const optional<commodity_t&>& exchange_commodity); } // namespace ledger |